Files
pedwfrontend/.gitignore
T
2023-09-26 13:40:02 +01:00

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/