Skip to content

Commit

Permalink
Remove swagger.yaml from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaguindani committed Sep 9, 2021
1 parent bfbb3b5 commit 42f2813
Show file tree
Hide file tree
Showing 3 changed files with 3,054 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ yarn-debug.log*

.ruby-gemset

/swagger
.byebug_history
1 change: 1 addition & 0 deletions .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ PreCommit:
- "**/db/structure.sql"
- "docs/**/*"
- "test/cassettes/**/*"
- "swagger/**/*"

YamlSyntax:
enabled: true
Expand Down
Loading

0 comments on commit 42f2813

Please sign in to comment.