Skip to content

Commit b1bd3bf

Browse files
committed
Create .gitignore
1 parent 55a0aab commit b1bd3bf

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.gradle
2+
/build/
3+
/**/build/
4+
5+
### STS ###
6+
.apt_generated
7+
.classpath
8+
.factorypath
9+
.project
10+
.settings
11+
.springBeans
12+
.sts4-cache
13+
14+
### IntelliJ IDEA ###
15+
.idea
16+
*.iws
17+
*.iml
18+
*.ipr
19+
/out/
20+
/**/out/
21+
.shelf/
22+
.ideaDataSources/
23+
dataSources/
24+
25+
### NetBeans ###
26+
/nbproject/private/
27+
/nbbuild/
28+
/dist/
29+
/nbdist/
30+
/.nb-gradle/
31+
/node_modules/
32+
33+
### OS ###
34+
.DS_Store

0 commit comments

Comments
 (0)