docs: git ignore
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -5,3 +5,30 @@ __pycache__/
|
|||||||
*.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
|
Reference in New Issue
Block a user