Skip to content

Commit

Permalink
fix: don't track tools in dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jul 9, 2024
1 parent 8ef674a commit 9cfcb5a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Git
.gitattributes export-ignore
.github/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore

# Source files
scripts/ export-ignore
src/assets/ export-ignore
src/panel/ export-ignore
postcss.config export-ignore
kirbyup.config.js export-ignore
postcss.config.cjs export-ignore
prettier.config.mjs export-ignore
tailwind.config.cjs export-ignore

# Development files
.vscode export-ignore
.vscode/ export-ignore
tools/ export-ignore
.editorconfig export-ignore
composer.lock export-ignore
eslint.config.js export-ignore
Expand Down

0 comments on commit 9cfcb5a

Please sign in to comment.