Skip to content

Commit 76f585a

Browse files
committed
Update .npmignore
1 parent ded11bc commit 76f585a

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.npmignore

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,38 @@
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/

0 commit comments

Comments
 (0)