Skip to content

Commit 25d2ec0

Browse files
committed
gitignore
1 parent 88f45ef commit 25d2ec0

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

.gitignore_global

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# Mac OS X
2+
*.DS_Store
3+
4+
# Xcode
5+
*.pbxuser
6+
*.mode1v3
7+
*.mode2v3
8+
*.perspectivev3
9+
*.xcuserstate
10+
project.xcworkspace/
11+
xcuserdata/
12+
13+
# Generated files
14+
*.o
15+
*.pyc
16+
*.hi
17+
18+
#Python modules
19+
#MANIFEST
20+
dist/
21+
build/
22+
23+
# Backup files
24+
*.swp
25+
*~.nib
26+
\#*#
27+
.#*
28+
29+
# Eclipse, Java, and so on... ()
30+
*.pydevproject
31+
.project
32+
.metadata
33+
bin/**
34+
tmp/**
35+
tmp/**/*
36+
*.tmp
37+
*.bak
38+
*.swp
39+
*~.nib
40+
local.properties
41+
.classpath
42+
.settings/
43+
.loadpath
44+
45+
# External tool builders
46+
.externalToolBuilders/
47+
48+
# Locally stored "Eclipse launch configurations"
49+
*.launch
50+
51+
# CDT-specific
52+
.cproject
53+
54+
# PDT-specific
55+
.buildpath
56+
57+
58+
# built application files
59+
*.apk
60+
*.ap_
61+
62+
# files for the dex VM
63+
*.dex
64+
65+
# Java class files
66+
*.class
67+
68+
# generated files
69+
bin/
70+
gen/
71+
72+
# Local configuration file (sdk path, etc)
73+
local.properties
74+
75+
76+
77+
# gwt caches and compiled units #
78+
war/gwt_bree/
79+
gwt-unitCache/
80+
81+
# boilerplate generated classes #
82+
.apt_generated/
83+
84+
# more caches and things from deploy #
85+
war/WEB-INF/deploy/
86+
war/WEB-INF/classes/
87+
88+
89+
90+
*.class
91+
92+
# Package Files #
93+
*.jar
94+
*.war
95+
*.ear
96+

0 commit comments

Comments
 (0)