Move nut-score into website/sandbox
Also move some .gitignore entries from the top-level .gitignore into a subdirectory .gitignore.
This commit is contained in:
parent
2551b41d73
commit
57b58e9b2f
15 changed files with 7 additions and 9 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -32,12 +32,4 @@ __pycache__
|
|||
node_modules/
|
||||
/configs/.config/fish/config.fish
|
||||
/configs/.config/fish/fish_variables
|
||||
/website/blog/public/
|
||||
|
||||
# ReasonML
|
||||
.merlin
|
||||
.bsb.lock
|
||||
npm-debug.log
|
||||
/nut-score/lib/bs/
|
||||
/nut-score/node_modules/
|
||||
/nut-score/bundleOutput/
|
||||
/website/blog/public/
|
6
website/sandbox/nut-score/.gitignore
vendored
Normal file
6
website/sandbox/nut-score/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
.merlin
|
||||
.bsb.lock
|
||||
.npm-debug.log
|
||||
/lib/bs/
|
||||
/node_modules/
|
||||
/bundleOutput/
|
Loading…
Reference in a new issue