AeThex-OS/temp-forge-extract/aethex-forge-main/.dockerignore
MrPiglr b3c308b2c8 Add functional marketplace modules, bottom nav bar, root terminal, arcade games
- ModuleManager: Central tracking for installed marketplace modules
- DataAnalyzerWidget: Real-time CPU/RAM/Battery/Storage widget (unlocked by Data Analyzer module)
- BottomNavBar: Navigation bar for Projects/Chat/Marketplace/Settings
- RootShell: Real root command execution utility
- TerminalActivity: Full root shell with neofetch, sysinfo, real Linux commands
- Terminal Pro module: Adds aliases (ll, la, h), command history
- ArcadeActivity + SnakeGame: Pixel Arcade module unlocks retro games
- fade_in/fade_out animations for smooth transitions
2026-02-18 22:03:50 -07:00

62 lines
No EOL
757 B
Text

node_modules
dist
.git
.gitignore
README.md
.env
.env.local
.env.development
.env.test
.env.production
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.vscode
.idea
*.swp
*.swo
*~
.cursor
coverage
.nyc_output
.eslintcache
*.log
*.lock
*.tmp
*.tmp.*
log.txt
.DS_Store
node_modules
**/node_modules/**
build
data
.env
load-ids.txt
server
tmp
types
.git
.gitignore
dist
service
tests
fixtures-pages
fixtures-apps
# Netlify
.netlify
packages/ml-air/lib
packages/ml-air/bin
packages/ml-air/project
packages/ml-air/share
packages/ml-air/random_forest_classification/
packages/ml-air/__pycache__/
packages/ml-air/app/__pycache__/
packages/vcp-common/native-bridge/build
packages/vcp-common/_tests_/dataset-ranking.csv
node_modules/
Dockerfile
.gitignore