Skip to content

Commit 212e81f

Browse files
authored
Add some .ignore entries (#18296)
Exclude node_modules and minified files from search tools like `rg` and `ag`.
1 parent 2871e58 commit 212e81f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.ignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
/vendor
2-
/public/vendor/plugins
1+
*.min.css
2+
*.min.js
33
/modules/options/bindata.go
44
/modules/public/bindata.go
55
/modules/templates/bindata.go
6+
/public/vendor/plugins
7+
/vendor
8+
node_modules

0 commit comments

Comments
 (0)