aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-21 11:00:08 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-21 11:00:08 -0400
commit0d9a193075a5e81133e674a7112ab5eba47a8b65 (patch)
tree965a06efc4e1ab22c8e884686e2786a0391f15ff /.gitignore
downloadxmas-tree-0d9a193075a5e81133e674a7112ab5eba47a8b65.tar.gz
xmas-tree-0d9a193075a5e81133e674a7112ab5eba47a8b65.tar.bz2
xmas-tree-0d9a193075a5e81133e674a7112ab5eba47a8b65.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore38
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ff6309
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,38 @@
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### IntelliJ IDEA ###
+.idea/modules.xml
+.idea/jarRepositories.xml
+.idea/compiler.xml
+.idea/libraries/
+*.iws
+*.iml
+*.ipr
+
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store \ No newline at end of file