mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
upload
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# Exclude heavy and unnecessary files from Docker build context
|
||||
|
||||
# VCS
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
.pnpm-store
|
||||
|
||||
# Build outputs / caches
|
||||
build
|
||||
dist
|
||||
.cache
|
||||
.next
|
||||
coverage
|
||||
|
||||
# Logs and temp
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.tmp
|
||||
.tmp/**
|
||||
.temp
|
||||
.temp/**
|
||||
tmp
|
||||
tmp/**
|
||||
|
||||
# Env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Editor / OS
|
||||
.vscode
|
||||
.idea
|
||||
Reference in New Issue
Block a user