Files
notevc/.gitignore
darwincereska 160a7eba06
Some checks failed
Compile and Release Binaries / build (macos-latest, macos-arm64) (push) Has been cancelled
Compile and Release Binaries / release (push) Has been cancelled
Compile and Release Binaries / build (ubuntu-latest, linux-x64) (push) Has been cancelled
feat: release action
2025-12-14 20:38:26 -05:00

36 lines
368 B
Plaintext

# Gradle Files
.gradle/
build/
out/
**/build/
**/out/
gradle-app.setting
# Local configuration files
local.properties
*.iml
# IDE files
.idea/
*.ipr
*.iws
*.class
*.jar
*.war
*.ear
# OS-Generated files
.DS_Store
Thumbs.db
# Log files
*.log
# Other
*.hprof
**/.notevc/
!gradle/wrapper/
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties