We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b989e commit 4e86251Copy full SHA for 4e86251
.gitignore
@@ -1,21 +1,29 @@
1
+### Build and Compilation ###
2
/target/
-.settings
3
/bin/
4
+
5
+### Editor ###
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
*.iml
-*.log
-**/site/sphinx/build/*
14
.idea
15
+.vscode/
16
+*.swp
17
+*.swo
18
+*~
19
-### Eclipse ###
-.settings/org.eclipse.core.resources.prefs
-.settings/org.eclipse.jdt.core.prefs
-.settings/org.eclipse.m2e.core.prefs
20
+### Logs ###
21
+*.log
22
+spring-shell.log
23
-### Docker ###
-docker-compose-local*
24
+### Documentation ###
25
+**/site/sphinx/build/*
26
-### Spring ###
-spring-shell.log
27
+### Docker ###
28
+*compose*.yml
29
+!compose.yml
0 commit comments