Skip to content

Commit

Permalink
chore(repo): update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rellafella committed Feb 17, 2025
1 parent 041fa85 commit 2084e14
Showing 1 changed file with 12 additions and 32 deletions.
44 changes: 12 additions & 32 deletions packages/repo-config/init/.gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,25 @@
# Git Ignore
# Also used by CSpell and Stylelint
# Also used by CSpell, Stylelint, and ESLint

# @envsa/repo-config boilerplate
# =====
# Craft
# =====
.DS_Store
.env
.env.*
!.env.example
vendor/
.eslint-config-inspector
.svelte-kit/
{tmp,temp}/
**/*.min.js
/scratch/
bower_components/
build/
coverage/
dist/
/web/assets/*

# ======
# Builds
# ======
node_modules/
**/*.min.js

# =====
# Tests
# =====
vendor/
/test-results/
/playwright-report/
/playwright/.cache/

# ====
# Misc
# ====
.cache
.DS_Store
_junk/
tmp/
temp/
.project
.settings
*.esproj
*.sublime-workspace
*.sublime-project
*.tmproj
*.tmproject
config.codekit3
prepros-6.config

# Customizations

0 comments on commit 2084e14

Please sign in to comment.