This commit is contained in:
Louis Lam
2023-08-11 21:26:25 +08:00
parent 642136780f
commit e4aedeb7af
3 changed files with 62 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
# Should be very similar to .npmignore, but the syntax is a bit different
/.idea
/node_modules
/data*
@@ -12,9 +14,8 @@
**/.gitignore
**/docker-compose*
**/[Dd]ockerfile*
LICENSE
README.md
.editorconfig
.vs
.vscode
.eslint*
.stylelint*
@@ -32,22 +33,15 @@ tsconfig.json
/tmp
/babel.config.js
/ecosystem.config.js
/extra/healthcheck.exe
/extra/healthcheck
extra/exe-builder
/public
### .gitignore content (commented rules are duplicated)
#node_modules
.DS_Store
#dist
dist-ssr
*.local
#.idea
#/data
#!/data/.gitkeep
#.vscode
### End of .gitignore content
# .dockerignore only, not in .npmignore
/extra/healthcheck.exe
/extra/healthcheck
LICENSE
README.md