new file: .gitignore

This commit is contained in:
SimolZimol
2025-05-23 15:29:40 +02:00
parent 0a934803d2
commit 716aee6062

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# Java
*.class
*.log
# VS Code
.vscode/
.history/
# OS
.DS_Store
Thumbs.db
# IDEs
.idea/
*.iml
*.ipr
*.iws
out/
# Backup files
*~
*.swp
*.swo
# JARs
*.jar
# User-specific
*.env