AeThex-OS/.gitignore

40 lines
No EOL
729 B
Text

# Build artifacts and downloads
artifacts/
*.iso
*.sha256.txt
*.zip
# OS / editor
.DS_Store
Thumbs.db
.vscode/
node_modules/
node_modules
dist
.DS_Store
server/public
vite.config.ts.*
*.tar.gz
# Environment variables
.env
# Jekyll / GitHub Pages
/.bundle/
/vendor/
/_site/
/.jekyll-cache/
/.jekyll-metadata
Gemfile.lock
.env.local
.env.*.local
# Ignore Linux build artifacts and special files
aethex-linux-build/rootfs/
shell/aethex-shell/aethex-linux-build/rootfs/
!shell/aethex-shell/aethex-linux-build/rootfs/**/*.sh
!shell/aethex-shell/aethex-linux-build/rootfs/**/*.conf
!shell/aethex-shell/aethex-linux-build/rootfs/**/*.txt
# Ignore all binaries and device files
shell/aethex-shell/aethex-linux-build/rootfs/usr/bin/*