mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 00:11:27 +03:00
chore(docker): invert .dockerignore
to make it simpler
This commit is contained in:
@@ -1,20 +1,11 @@
|
|||||||
# only db, scripts, src, and user directories are needed
|
# ignore everything
|
||||||
.git
|
*
|
||||||
.github
|
# except these directories
|
||||||
.husky
|
!db
|
||||||
.vscode
|
!scripts
|
||||||
logs
|
!src
|
||||||
node_modules
|
!user
|
||||||
# prisma will generated by postinstall script
|
# and these files
|
||||||
prisma
|
!.npmrc
|
||||||
.all-contributorsrc
|
!package.json
|
||||||
.commitlintrc.js
|
!pnpm-lock.yaml
|
||||||
.dockerignore
|
|
||||||
.env
|
|
||||||
.eslintrc.json
|
|
||||||
.gitattributes
|
|
||||||
.gitignore
|
|
||||||
CONTRIBUTORS.md
|
|
||||||
Dockerfile
|
|
||||||
jsconfig.json
|
|
||||||
README.md
|
|
||||||
|
Reference in New Issue
Block a user