001-run-checks #1

Merged
ahmido merged 2 commits from 001-run-checks into main 2025-12-15 12:56:33 +00:00
5 changed files with 46 additions and 0 deletions
Showing only changes of commit f711e6b11d - Show all commits

7
.dockerignore Normal file
View File

@ -0,0 +1,7 @@
node_modules/
vendor/
.git/
Dockerfile*
*.log*
.env*
coverage/

5
.eslintignore Normal file
View File

@ -0,0 +1,5 @@
node_modules/
dist/
build/
coverage/
*.min.js

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Node
node_modules/
dist/
build/
# PHP / Composer
vendor/
*.log
storage/
/.env
.env*
# Common
.DS_Store
Thumbs.db
*.tmp
*.swp
.vscode/
.idea/
# Tools
coverage/
/.cache/

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
node_modules/
vendor/
.env*
*.log

7
.prettierignore Normal file
View File

@ -0,0 +1,7 @@
node_modules/
dist/
build/
coverage/
package-lock.json
yarn.lock
pnpm-lock.yaml