Shenlong/.gitignore

52 lines
1.3 KiB
Plaintext

# #/////////////////////////////////////////////////////////////////////////////
# # Fireball Projects
# #/////////////////////////////////////////////////////////////////////////////
# /library/
# /temp/
# /local/
# /build/
# #/////////////////////////////////////////////////////////////////////////////
# # npm files
# #/////////////////////////////////////////////////////////////////////////////
# npm-debug.log
# node_modules/
# #/////////////////////////////////////////////////////////////////////////////
# # Logs and databases
# #/////////////////////////////////////////////////////////////////////////////
# *.log
# *.sql
# *.sqlite
# #/////////////////////////////////////////////////////////////////////////////
# # files for debugger
# #/////////////////////////////////////////////////////////////////////////////
# *.sln
# *.pidb
# *.suo
# #/////////////////////////////////////////////////////////////////////////////
# # OS generated files
# #/////////////////////////////////////////////////////////////////////////////
# .DS_Store
# ehthumbs.db
# Thumbs.db
# #/////////////////////////////////////////////////////////////////////////////
# # WebStorm files
# #/////////////////////////////////////////////////////////////////////////////
# .idea/
# #//////////////////////////
# # VS Code files
# #//////////////////////////
# .vscode/