mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
41 lines
418 B
Text
41 lines
418 B
Text
# 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/
|