aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore41
1 files changed, 6 insertions, 35 deletions
diff --git a/.gitignore b/.gitignore
index 7440b17..f1b18d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-#Maven
+# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
@@ -6,11 +6,15 @@ pom.xml.versionsBackup
release.properties
.flattened-pom.xml
+# Quinoa
+.quinoa
+
# Eclipse
.project
.classpath
.settings/
bin/
+.jdt/
# IntelliJ
.idea
@@ -38,37 +42,4 @@ nb-configuration.xml
# Local environment
.env*
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# next.js
-/.next/
-/out/
-
-# production
-/build
-
-# misc
-.DS_Store
-*.pem
-
-# debug
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# vercel
-.vercel
-
-# typescript
-*.tsbuildinfo
-
-# build files of NextJS passed into Quarkus
-/src/main/resources/META-INF/resources/
+!.env.sample