mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 14:27:20 +00:00
39 lines
No EOL
702 B
Text
39 lines
No EOL
702 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
|
|
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/* |