mirror of
https://github.com/AtHeartEngineer/MetaFest2.git
synced 2026-01-09 13:07:53 -05:00
65 lines
846 B
Plaintext
65 lines
846 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# next-pwa
|
|
/public/workbox-*.js
|
|
/public/sw.js
|
|
|
|
# prefer yarn than npm
|
|
package-lock.json
|
|
|
|
report.*.json
|
|
|
|
# .vscode Debugging
|
|
.vscode/*-debug-profile
|
|
|
|
#amplify-do-not-edit-begin
|
|
amplify/\#current-cloud-backend
|
|
amplify/.config/local-*
|
|
amplify/logs
|
|
amplify/mock-data
|
|
amplify/backend/amplify-meta.json
|
|
amplify/backend/.temp
|
|
build/
|
|
dist/
|
|
node_modules/
|
|
aws-exports.js
|
|
awsconfiguration.json
|
|
amplifyconfiguration.json
|
|
amplifyconfiguration.dart
|
|
amplify-build-config.json
|
|
amplify-gradle-config.json
|
|
amplifytools.xcconfig
|
|
.secret-*
|
|
**.sample
|
|
#amplify-do-not-edit-end
|