You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
346 B
53 lines
346 B
2 years ago
|
# Node
|
||
|
npm-debug.log
|
||
|
|
||
|
# Mac
|
||
|
.DS_Store
|
||
|
._*
|
||
|
.Spotlight-V100
|
||
|
|
||
|
# Windows
|
||
|
Thumbs.db
|
||
|
ehthumbs.db
|
||
|
desktop.ini
|
||
|
|
||
|
# IDE
|
||
|
.vscode
|
||
|
.idea
|
||
|
.iml
|
||
|
*.sublime-workspace
|
||
|
|
||
|
# Temporary
|
||
|
*~
|
||
|
*.bak
|
||
|
*.swp
|
||
|
*.swo
|
||
|
|
||
|
# General
|
||
|
log/
|
||
|
*.log
|
||
|
|
||
|
# Compiled
|
||
|
*.com
|
||
|
*.class
|
||
|
*.dll
|
||
|
*.exe
|
||
|
*.o
|
||
|
*.so
|
||
|
*.pyc
|
||
|
*.pyo
|
||
|
|
||
|
# Packages
|
||
|
*.7z
|
||
|
*.dmg
|
||
|
*.iso
|
||
|
*.jar
|
||
|
*.rar
|
||
|
*.zip
|
||
|
*.msi
|
||
|
|
||
|
# Databases
|
||
|
*.sql
|
||
|
*.sqlite
|
||
|
|