15 lines
121 B
Plaintext
15 lines
121 B
Plaintext
# Git files
|
|
.gitignore
|
|
|
|
# Build files
|
|
.cache
|
|
node_modules
|
|
build
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Others
|
|
test
|