-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ded11bc
commit 76f585a
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,38 @@ | ||
# 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/ | ||
/.temp/ | ||
/.lgtm.yml | ||
/.cache/ | ||
/.idea/ | ||
/.gitignore | ||
/.gitattributes | ||
/.gitpod.yml | ||
|
||
# Ignore configuration files for various tools | ||
/.browserlistrc | ||
/.bundlewatch.config.json | ||
/.editorconfig | ||
/.eslintignore | ||
/.eslintrc.json | ||
/.gitattributes | ||
/.gitignore | ||
/.gitpod.yml | ||
/.stylelintignore | ||
/.stylelintrc.json | ||
/composer.json | ||
/tsconfig.json | ||
|
||
# Ignore specific source directories | ||
/src/assets/ | ||
/src/config/ | ||
/src/html/ | ||
/src/utils/ | ||
/src/utils/ |