Skip to content

Commit ffdc541

Browse files
committed
Updating .gitignore for IDE support
1 parent b456b96 commit ffdc541

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.gitignore

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,32 @@ replay_pid*
4242

4343
# jar exception
4444
!package/**/*.jar
45-
!sample_code/jars/**/*.jar
45+
!sample_code/jars/**/*.jar
46+
47+
### STS ###
48+
.apt_generated
49+
.classpath
50+
.factorypath
51+
.project
52+
.settings
53+
.springBeans
54+
.sts4-cache
55+
56+
### IntelliJ IDEA ###
57+
.idea
58+
*.iws
59+
*.iml
60+
*.ipr
61+
62+
### NetBeans ###
63+
/nbproject/private/
64+
/nbbuild/
65+
/dist/
66+
/nbdist/
67+
/.nb-gradle/
68+
build/
69+
!**/src/main/**/build/
70+
!**/src/test/**/build/
71+
72+
### VS Code ###
73+
.vscode/

0 commit comments

Comments
 (0)