updated gitignore for css and html
This commit is contained in:
parent
5ca3b7efab
commit
fe58c9d55b
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,osx
|
# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,osx
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,osx
|
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,osx
|
||||||
|
|
||||||
|
*.html
|
||||||
|
*.css
|
||||||
|
*.css.map
|
||||||
|
|
||||||
### Emacs ###
|
### Emacs ###
|
||||||
# -*- mode: gitignore; -*-
|
# -*- mode: gitignore; -*-
|
||||||
*~
|
*~
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue