Skip to content

Commit

Permalink
Add gitattributes (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev authored Sep 19, 2024
1 parent 3a26612 commit 1fdebbe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html

.github export-ignore
/art export-ignore
/tests export-ignore
docker-compose.yml export-ignore
.gitattributes export-ignore
phpstan.neon export-ignore
phpunit.mysql.xml export-ignore
phpunit.pgsql.xml export-ignore
phpunit.xml export-ignore
pint.json export-ignore
postcss.config.js export-ignore
tailwind.config.js export-ignore
webpack.mix.js export-ignore
postcss.config.js export-ignore

0 comments on commit 1fdebbe

Please sign in to comment.