maven-tiles/.gitignore
2024-09-17 20:40:03 +12:00

25 lines
228 B
Plaintext

# Ignore hidden files
.*
**/.*
# Ignore backups
*.versionsBackup
# Ignore target directory
target
out
docs/node_modules
.jj
# Don't ignore git special files
!.gitignore
!.gitattributes
!.gitkeep
!.github
# and iDEA
*.iml