38 lines
611 B
Plaintext
38 lines
611 B
Plaintext
# Ignore IDE and editor configuration files
|
|
/.astro/
|
|
/.vscode/
|
|
/idea/
|
|
/.temp/
|
|
/.cache/
|
|
|
|
# Ignore documentation files
|
|
/docs/
|
|
/docs_html/
|
|
|
|
# Ignore plugin files except for specific ones
|
|
/plugins/*
|
|
!/plugins/flot-old/
|
|
|
|
# Ignore Git and GitHub configuration files
|
|
/.github/
|
|
/.lgtm.yml
|
|
/.gitignore
|
|
/.gitattributes
|
|
/.gitpod.yml
|
|
|
|
# Ignore configuration files for various tools
|
|
/.browserlistrc
|
|
/.bundlewatch.config.json
|
|
/.editorconfig
|
|
/.eslintignore
|
|
/.eslintrc.json
|
|
/.stylelintignore
|
|
/.stylelintrc.json
|
|
/composer.json
|
|
/tsconfig.json
|
|
|
|
# Ignore specific source directories
|
|
/src/assets/
|
|
/src/config/
|
|
/src/html/
|
|
/src/utils/ |