Skip to content

Commit

Permalink
build: update gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Nov 26, 2024
1 parent 6d19347 commit f5983c2
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
node_modules
bower_components
dist
*.swa
*.swp
*.swo
# Build directory
dist/

coverage/

.idea/
.DS_Store
# Dependency directories
node_modules/

spec/end_to_end_tests/reports/
src/stylesheets/_featuretoggles.scss
# Test coverage reports
coverage/
cypress/
spec/end_to_end_tests/reports/

.nyc_output

.private.notes

.talismanrc

# IDE Configurations
.idea/
.vscode/

# Mac Files
.DS_Store

0 comments on commit f5983c2

Please sign in to comment.