Skip to content

Commit 5216154

Browse files
committed
Added IDE/etc files to gitignore
1 parent 80172b0 commit 5216154

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22
build/
33
.gradle
44

5+
# IntelliJ IDEA files
6+
.idea/
7+
out/
8+
*.ipr
9+
*.iws
10+
*.iml
11+
12+
# Eclipse files (and some general ones also used by Eclipse)
13+
.metadata
14+
.gradle
15+
bin/
16+
tmp/
17+
*.tmp
18+
*.bak
19+
*.swp
20+
*~.nib
21+
local.properties
22+
.settings/
23+
.loadpath
24+
25+
# NetBeans files
26+
nbproject/private/
27+
nbbuild/
28+
.nb-gradle/
29+
dist/
30+
nbdist/
31+
nbactions.xml
32+
nb-configuration.xml
33+
534
# OSX auto files
635
.DS_Store
736
.AppleDouble

0 commit comments

Comments
 (0)