aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b63bf17
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
1# Ignore compiled Java bytecode
2bin/
3*.class
4
5# Ignore packaged binaries
6*.jar
7*.war
8
9# Ignore OS-specific files
10.DS_Store
11Thumbs.db
12
13# Optional: Ignore environment properties if they hold local secrets
14# config.properties
15