- Change the few files that use leading tabs into leading spaces. This way they match the other files in the repo. - Add an EditorConfig file so that supported editors will automatically use spaces instead of tabs. - (Extra) Add some common editor backup-file extensions to .gitignore.
10 lines
114 B
Text
10 lines
114 B
Text
__pycache__
|
|
http/images
|
|
http/*.html
|
|
http/favicon.ico
|
|
http/robots.txt
|
|
|
|
# Editor and other backup files
|
|
*.swp
|
|
*~
|
|
~*
|