Mangane/.gitignore
2022-03-16 15:32:43 -05:00

31 lines
286 B
Plaintext

/node_modules/
/tmp/
/build/
/coverage/
/.eslintcache
/.env
/deploy.sh
/.vs/
yarn-error.log*
/static/
/static-test/
/public/
/dist/
.idea
.DS_Store
# Custom build files
/custom/**/*
!/custom/*
/custom/*.*
!/custom/.gitkeep
!/custom/**/.gitkeep
# surge.sh
/CNAME
/AUTH
/CORS
/ROUTER