58 lines
661 B
Text
Executable file
58 lines
661 B
Text
Executable file
###################
|
|
# Compiled Source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
|
|
############
|
|
# Packages #
|
|
############
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
######################
|
|
# Logs and Databases #
|
|
######################
|
|
*.log
|
|
*.sqlite
|
|
|
|
######################
|
|
# OS Generated Files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
workbench
|
|
|
|
####################
|
|
# Package Managers #
|
|
####################
|
|
auth.json
|
|
node_modules
|
|
vendor
|
|
|
|
##########
|
|
# Custom #
|
|
##########
|
|
*.git
|
|
*-report.*
|
|
|
|
########
|
|
# IDEs #
|
|
########
|
|
.idea
|
|
*.iml
|