aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2022-01-25 21:08:59 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2022-01-25 21:08:59 +0000
commitfee02c8d30869f93a8bb8ac13609bb43d08e08fa (patch)
treece6adeeb100704589264828c92cc446dca3d009b /.gitignore
downloadpantry-fee02c8d30869f93a8bb8ac13609bb43d08e08fa.tar.gz
pantry-fee02c8d30869f93a8bb8ac13609bb43d08e08fa.tar.bz2
pantry-fee02c8d30869f93a8bb8ac13609bb43d08e08fa.zip
Spring Initializr with .devcontainer
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/