1
0
mirror of https://github.com/hestiacp/hestiacp.git synced 2025-02-06 09:45:30 +00:00
hestiacp/.gitignore
2024-06-02 12:14:09 +02:00

54 lines
638 B
Plaintext

# Packages
*.tar
*.zip
*.gzip
*.gz
*.bz2
*.deb
# Editors
.vs/
.nova/
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
nbproject/project.properties
nbproject/project.xml
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.env
# Distribution CSS
web/css/themes/
# Distribution JS
web/js/dist/
# Composer
composer.phar
test/vendor/
# PHPMailer
web/inc/vendor/
# Quick install
web/src/vendor/
.phpunit.result.cache
# vitepress build output
**/.vitepress/dist/
**/.vitepress/cache/
# Node
**/node_modules/
npm-debug.log
# optional eslint cache
.eslintcache