Skip to content

Commit e4312d9

Browse files
authored
Add .map files to gitignore (#1717)
1 parent b61c792 commit e4312d9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.gitignore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
_site
2-
.sass-cache
3-
.jekyll-cache
4-
.jekyll-metadata
1+
/build/**/*.map
52
/coverage/
63
/node_modules/
74
/vendor/
8-
package-lock.json
9-
composer.lock
10-
.DS_Store
11-
.cursor
5+
_site
126
.idea/
7+
.cursor
8+
.DS_Store
139
.php_cs.cache
1410
.phpunit.result.cache
11+
.sass-cache
1512
.vscode/settings.json
1613
.windsurf
1714
.windsurfrules
1815
.wp-env.override.json
16+
composer.lock
17+
package-lock.json

0 commit comments

Comments
 (0)