mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-08 10:44:33 +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
|