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