added validation methods

This commit is contained in:
2021-07-23 14:32:57 +01:00
parent 7da38a4463
commit be476394c8
15 changed files with 668 additions and 329 deletions
+18 -2
View File
@@ -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