Files
LevelCraft/.gitignore
SimolZimol a2c55f58bc modified: .gitignore
modified:   build.gradle
	new file:   gradle/wrapper/gradle-wrapper.jar
	new file:   gradle/wrapper/gradle-wrapper.properties
	new file:   gradlew
	new file:   gradlew.bat
2025-05-23 16:44:48 +02:00

43 lines
368 B
Plaintext

# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# Java
*.class
*.log
# VS Code
.vscode/
.history/
# OS
.DS_Store
Thumbs.db
ehthumbs.db
Icon?
# IDEs
.idea/
*.iml
*.ipr
*.iws
out/
*.classpath
*.project
*.settings/
# Backup files
*~
*.swp
*.swo
# JARs (außer Wrapper)
*.jar
!gradle/wrapper/gradle-wrapper.jar
# User-specific
*.env
# Reports
/reports/