21 lines
280 B
Plaintext
21 lines
280 B
Plaintext
// .gitignore
|
|
# next.js build output
|
|
.next
|
|
|
|
# dotenv environment variables file - set in pipeline as environment variables
|
|
.env
|
|
.env.build
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
#lock files
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
tmp/ |