mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
Adding JavaScript build directory to .gitignore
This commit is contained in:
parent
7dec89ddb3
commit
63720679e6
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
/android/ScratchJr/app/src/main/gen/
|
/android/ScratchJr/app/src/main/gen/
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/src/build/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.iml
|
*.iml
|
||||||
|
|
Loading…
Reference in a new issue