Skip to content
Snippets Groups Projects
.gitignore 235 B
Newer Older
Brady James Garvin's avatar
Brady James Garvin committed
# dependencies
/node_modules

# testing
/coverage

# production
/build

# environments
.env.local
.env.development.local
.env.test.local
.env.production.local

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# misc
*~
.DS_Store