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,52 @@
|
||||
# Global excludes for backend build context
|
||||
# Reduce context size and avoid sending large/irrelevant files
|
||||
|
||||
# VCS
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Node / frontend
|
||||
frontend/node_modules
|
||||
frontend/build
|
||||
frontend/dist
|
||||
frontend/.cache
|
||||
frontend/.next
|
||||
frontend/coverage
|
||||
|
||||
# Root-level node_modules if any
|
||||
node_modules
|
||||
|
||||
# Go build artifacts
|
||||
bin
|
||||
out
|
||||
build
|
||||
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/**
|
||||
|
||||
# Environments and local configs
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
Dockerfile.dev
|
||||
|
||||
# App data
|
||||
uploads
|
||||
cache
|
||||
dist
|
||||
Reference in New Issue
Block a user