aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorElis Eriksson <spelis@spelis.li>2026-07-09 03:08:42 +0200
committerElis Eriksson <spelis@spelis.li>2026-07-09 03:08:42 +0200
commit5c61713ce5c686b90d415086f2b9260be98e23f7 (patch)
tree570ce5ef6b71e3eebaec0cb8697387067d1042af /.gitignore
downloadvalvesprint-main.tar
valvesprint-main.tar.gz
valvesprint-main.tar.bz2
valvesprint-main.tar.lz
valvesprint-main.tar.xz
valvesprint-main.tar.zst
valvesprint-main.zip
New era ig old source is on GitHubHEADmain
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0127092
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+# MacOS DS_Store files
+.DS_Store
+
+# Gradle cache folder
+.gradle
+
+# Gradle build folder
+build
+
+# IntelliJ
+out/
+.idea
+*.iml
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+# Common working directory
+run
+
+
+gradlew
+gradlew.bat
+
+valvesprint*.launch \ No newline at end of file