59 lines
661 B
Text
59 lines
661 B
Text
|
###################
|
||
|
# 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
|