File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 1+ # Ignore IDE and editor configuration files
12/.astro /
3+ /.vscode /
4+ /idea /
5+ /.temp /
6+ /.cache /
7+
8+ # Ignore documentation files
29/docs /
310/docs_html /
11+
12+ # Ignore plugin files except for specific ones
413/plugins /*
514! /plugins /flot-old /
15+
16+ # Ignore Git and GitHub configuration files
617/.github /
7- /.temp /
818/.lgtm.yml
9- /.cache /
10- /.idea /
19+ /.gitignore
20+ /.gitattributes
21+ /.gitpod.yml
22+
23+ # Ignore configuration files for various tools
1124/.browserlistrc
1225/.bundlewatch.config.json
1326/.editorconfig
1427/.eslintignore
1528/.eslintrc.json
16- /.gitattributes
17- /.gitignore
18- /.gitpod.yml
1929/.stylelintignore
2030/.stylelintrc.json
2131/composer.json
2232/tsconfig.json
33+
34+ # Ignore specific source directories
2335/src /assets /
2436/src /config /
2537/src /html /
26- /src /utils /
38+ /src /utils /
You can’t perform that action at this time.
0 commit comments