Skip to content

Commit 182af25

Browse files
silverwindStelios Malathouras
authored and
Stelios Malathouras
committed
Add some .ignore entries (go-gitea#18296)
Exclude node_modules and minified files from search tools like `rg` and `ag`.
1 parent 38e3c2f commit 182af25

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .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)