We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d697af commit 9baa211Copy full SHA for 9baa211
.gitignore
@@ -1,21 +1,29 @@
1
+### Build and Compilation ###
2
/target/
-.settings
3
/bin/
4
+
5
+### IDE - Eclipse ###
6
+.settings/
7
+.settings/org.eclipse.core.resources.prefs
8
+.settings/org.eclipse.jdt.core.prefs
9
+.settings/org.eclipse.m2e.core.prefs
10
/.project
11
/.classpath
12
.pydevproject
13
14
+### IDE - IntelliJ ###
15
*.iml
-*.log
-**/site/sphinx/build/*
16
.idea
17
-### Eclipse ###
-.settings/org.eclipse.core.resources.prefs
-.settings/org.eclipse.jdt.core.prefs
-.settings/org.eclipse.m2e.core.prefs
18
+### IDE - VSCode ###
19
+.vscode/
20
21
+### Logs ###
22
+*.log
23
+spring-shell.log
24
25
+### Documentation ###
26
+**/site/sphinx/build/*
27
28
### Docker ###
29
docker-compose-local*
-
-### Spring ###
-spring-shell.log
0 commit comments