mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-22 04:02:21 +03:00
Add .gitattributes file
This commit is contained in:
parent
303da8d6ae
commit
2474dddfbb
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.css linguist-detectable=false
|
||||
*.js linguist-detectable=true
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
!libs
|
||||
!plugins
|
||||
!.dockerignore
|
||||
!.gitattributes
|
||||
!.gitignore
|
||||
!.npmignore
|
||||
!decktape.js
|
||||
@ -14,4 +15,4 @@
|
||||
!test/
|
||||
test/output/
|
||||
!playwright.config.ts
|
||||
!.github/
|
||||
!.github/
|
||||
|
Loading…
Reference in New Issue
Block a user