mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
new file: .dockerignore
This commit is contained in:
parent
de33a796f3
commit
d0a53b9c9d
2 changed files with 45 additions and 0 deletions
41
.dockerignore
Normal file
41
.dockerignore
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Ruby files (used only for GitHub Pages documentation)
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
.ruby-version
|
||||
|
||||
# Git files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
docs/
|
||||
|
||||
# Build artifacts
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test files
|
||||
*.test.js
|
||||
*.test.ts
|
||||
*.spec.js
|
||||
*.spec.ts
|
||||
|
||||
# Development files
|
||||
.devcontainer/
|
||||
attached_assets/
|
||||
|
|
@ -9,3 +9,7 @@ cmds = ["npm run build"]
|
|||
|
||||
[start]
|
||||
cmd = "npm start"
|
||||
|
||||
# Ignore Ruby files - they're only for GitHub Pages documentation
|
||||
[providers]
|
||||
ruby = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue