Spark/.gitignore
2023-12-27 13:49:48 +01:00

50 lines
441 B
Plaintext

# Spark ignores
**/target
# Java ignores
*.class
hs_err_pid*
# Eclipse ignores
.settings/
.classpath
.project
bin/
.loadpath
*.launch
# IntelliJ ignores
.idea/
*.ipr
*.iws
*.iml
out/
!.idea/icon.svg
# Netbeans ignores
nbproject/
nbbuild/
nbdist/
nbactions.xml
nb-configuration.xml
# Generic ignores
*~
*~*
*.lock
*.log
*.swp
*.out
*.tmp
*.bak
Desktop.ini
$RECYCLE.BIN/
Thumbs.db
ehthumbs.db
.DS_STORE
._*
.Trashes
.Spotlight-V100
tmp/