Add .gitattributes file

This commit is contained in:
Antonin Stefanutti 2023-01-26 20:27:17 +01:00 committed by Antonin Stefanutti
parent 303da8d6ae
commit 2474dddfbb
2 changed files with 4 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.css linguist-detectable=false
*.js linguist-detectable=true

3
.gitignore vendored
View File

@ -4,6 +4,7 @@
!libs
!plugins
!.dockerignore
!.gitattributes
!.gitignore
!.npmignore
!decktape.js
@ -14,4 +15,4 @@
!test/
test/output/
!playwright.config.ts
!.github/
!.github/