mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-12 20:46:35 +00:00
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
|
# gitignore
|
||
|
|
||
|
node_modules
|
||
|
.DS_Store
|
||
|
|
||
|
# Only apps should have lockfiles
|
||
|
package-lock.json
|
||
|
/dist/*
|
||
|
/.env.test
|
||
|
/yarn-error.log
|