forked from mirrors/thatmattlove-hyperglass
updated .gitignores to avoid errors
This commit is contained in:
parent
0607fa539e
commit
671e03b499
4 changed files with 6 additions and 1 deletions
1
hyperglass/static/.gitignore
vendored
1
hyperglass/static/.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
|
|
||||||
2
hyperglass/static/css/.gitignore
vendored
Normal file
2
hyperglass/static/css/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
.DS_Store
|
||||||
|
hyperglass.css
|
||||||
1
hyperglass/static/js/.gitignore
vendored
Normal file
1
hyperglass/static/js/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.DS_Store
|
||||||
3
hyperglass/static/sass/.gitignore
vendored
Normal file
3
hyperglass/static/sass/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.DS_Store
|
||||||
|
hyperglass.scss
|
||||||
|
custom/custom_elements.sass
|
||||||
Loading…
Add table
Reference in a new issue