16 lines
No EOL
174 B
Text
16 lines
No EOL
174 B
Text
# Ignore Yarn files
|
|
.yarn
|
|
.yarnrc.yml
|
|
yarn.lock
|
|
|
|
# Ignore dependencies
|
|
node_modules
|
|
|
|
# Ignore private NPM credentials
|
|
.npmrc
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
|
|
# Ignore compiled files
|
|
dist |