added validation methods
This commit is contained in:
+18
-2
@@ -1,3 +1,19 @@
|
||||
node_modules
|
||||
// .gitignore
|
||||
# next.js build output
|
||||
.next
|
||||
package-lock.json
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user