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/
|
node_modules/
|
||||||
/configs/.config/fish/config.fish
|
/configs/.config/fish/config.fish
|
||||||
/configs/.config/fish/fish_variables
|
/configs/.config/fish/fish_variables
|
||||||
/website/blog/public/
|
/website/blog/public/
|
||||||
|
|
||||||
# ReasonML
|
|
||||||
.merlin
|
|
||||||
.bsb.lock
|
|
||||||
npm-debug.log
|
|
||||||
/nut-score/lib/bs/
|
|
||||||
/nut-score/node_modules/
|
|
||||||
/nut-score/bundleOutput/
|
|
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…
Add table
Reference in a new issue