Build: Add /.github, /build & /external to .gitignore

Also, make some `.gitignore` paths absolute.

Fixes gh-2075
This commit is contained in:
Michał Gołębiowski-Owczarek 2024-05-15 14:18:07 +02:00
parent 5f615c275d
commit f849c50db1
No known key found for this signature in database

View File

@ -1,10 +1,14 @@
demos /.github
/build
/demos
/dist/cdn /dist/cdn
tests /external
/tests
/Gruntfile.js
.csslintrc
.editorconfig .editorconfig
.eslintrc.json .eslintrc.json
.eslintignore .eslintignore
.mailmap
Gruntfile.js
.csslintrc
.gitattributes .gitattributes
.mailmap