Skip to content

Commit

Permalink
Cleanup and organize gitignore (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal authored Nov 1, 2024
1 parent 253d7b1 commit e609745
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
dist
# Project-specific ignore
/doc
/doc-staging
.yardoc
Gemfile.lock
/internal/awstesting/integration/smoke/**/importmarker__.go
/internal/awstesting/integration/smoke/_test/
/vendor
/private/model/cli/gen-api/gen-api
.gradle/
build/
.idea/
bin/

# Mac
.DS_Store/

# Intellij
.idea/
*.iml
*.ipr
*.iws

# Node
dist

# Java
.gradle/

# vscode
.vscode/

# Ruby
.yardoc
Gemfile.lock

0 comments on commit e609745

Please sign in to comment.