initial wcag-ada
This commit is contained in:
parent
042b8cb83a
commit
d52cfe7de2
112 changed files with 9069 additions and 0 deletions
70
apps/wcag-ada/.dockerignore
Normal file
70
apps/wcag-ada/.dockerignore
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
# Dependencies
|
||||
**/node_modules
|
||||
**/.pnp
|
||||
**/.pnp.js
|
||||
|
||||
# Testing
|
||||
**/coverage
|
||||
**/.nyc_output
|
||||
|
||||
# Production builds
|
||||
**/dist
|
||||
**/build
|
||||
**/.next
|
||||
**/out
|
||||
|
||||
# Logs
|
||||
**/*.log
|
||||
**/npm-debug.log*
|
||||
**/yarn-debug.log*
|
||||
**/yarn-error.log*
|
||||
**/lerna-debug.log*
|
||||
**/.pnpm-debug.log*
|
||||
|
||||
# Environment files
|
||||
**/.env
|
||||
**/.env.local
|
||||
**/.env.development.local
|
||||
**/.env.test.local
|
||||
**/.env.production.local
|
||||
|
||||
# IDE
|
||||
**/.idea
|
||||
**/.vscode
|
||||
**/*.swp
|
||||
**/*.swo
|
||||
**/*~
|
||||
**/.DS_Store
|
||||
|
||||
# Git
|
||||
**/.git
|
||||
**/.gitignore
|
||||
|
||||
# Docker
|
||||
**/Dockerfile
|
||||
**/docker-compose*.yml
|
||||
**/.dockerignore
|
||||
|
||||
# Documentation
|
||||
**/README.md
|
||||
**/CHANGELOG.md
|
||||
**/docs
|
||||
|
||||
# Misc
|
||||
**/.eslintcache
|
||||
**/.cache
|
||||
**/tmp
|
||||
**/.turbo
|
||||
|
||||
# Database
|
||||
**/prisma/migrations/migration_lock.toml
|
||||
**/*.db
|
||||
**/*.db-journal
|
||||
|
||||
# Only for root level (not in apps/*)
|
||||
/apps/stock
|
||||
/apps/db-design
|
||||
/apps/cline
|
||||
/lib/!(service)
|
||||
!/lib/service/core-config
|
||||
!/lib/service/core-logger
|
||||
Loading…
Add table
Add a link
Reference in a new issue