mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
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
|
||||
node_modules/
|
||||
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