mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Setup git and lock deps (#30)
* Add .gitignore * Add yarn.lock * Remove unnecessary paths
This commit is contained in:
parent
68eeaa3c7d
commit
d399af0923
2 changed files with 10184 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
node_modules/
|
Loading…
Add table
Add a link
Reference in a new issue