Skip to content

Commit

Permalink
Cleanup and organize gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Nov 1, 2024
1 parent 33400b4 commit 80271f4
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 80271f4

Please sign in to comment.