designed songs page
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.pyc
|
||||
*$py.class
|
||||
*~
|
||||
*.sqlite
|
||||
.coverage
|
||||
coverage.xml
|
||||
build/
|
||||
dist/
|
||||
.tox/
|
||||
nosetests.xml
|
||||
env*/
|
||||
tmp/
|
||||
Data.fs*
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.*.sw?
|
||||
.sw?
|
||||
.DS_Store
|
||||
coverage
|
||||
test
|
||||
Reference in New Issue
Block a user