mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 11:47:01 +00:00
50 lines
441 B
Plaintext
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/
|
|
|