elixir/.gitignore
Chris White f112ab0826 Regularize whitespace; add editorconfig
- 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.
2020-03-21 08:58:43 -04:00

10 lines
114 B
Text

__pycache__
http/images
http/*.html
http/favicon.ico
http/robots.txt
# Editor and other backup files
*.swp
*~
~*