Skip to content

Commit

Permalink
update folder path in web001
Browse files Browse the repository at this point in the history
  • Loading branch information
karissarjacobsen committed Oct 17, 2024
2 parents bb8ef61 + e1b00ba commit 5b93d96
Show file tree
Hide file tree
Showing 9 changed files with 4,232 additions and 4,891 deletions.
147 changes: 74 additions & 73 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,74 +1,75 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/
*.iml
.idea/*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# ignore config file
appsettings.json
secret

# ignore vs settings
.vs

# ignore RSA keys
private.key

# ignore Web Form config
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/
*.iml
.idea/*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# ignore config file
appsettings.json
jwtConfig.json
secret

# ignore vs settings
.vs

# ignore RSA keys
private.key

# ignore Web Form config
web-form-config.json
Loading

0 comments on commit 5b93d96

Please sign in to comment.