docs: git ignore

This commit is contained in:
han0
2020-11-20 16:56:25 +08:00
parent 4de4e1d147
commit dd36953231

29
.gitignore vendored
View File

@@ -4,4 +4,31 @@ __pycache__/
.eggs/ .eggs/
*.egg-info *.egg-info
dist/ dist/
build/ build/
.DS_Store
*.log
*.pyc
.idea
.sass-cache
*.iml
.ipr
.iws
*~
~*
*.diff
*.patch
*.bak
Thumbs.db
.project
.*proj
.svn
*.swp
*.swo
*.class
*.tmp_*
.build
.logs
node_modules
config.rb
.pytest_cache
.idea