Skip to content

Commit

Permalink
Add IDE development files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
theKnightsOfRohan committed Nov 7, 2023
1 parent 2df37d7 commit e8a55fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
/test/version_tmp/
/tmp/

# IDE development files
/.idea
/.vscode

# Used by dotenv library to load environment variables.
# .env

Expand Down Expand Up @@ -45,7 +49,7 @@ build-iPhoneSimulator/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
Gemfile.lock
# .ruby-version
# .ruby-gemset

Expand All @@ -62,4 +66,3 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
Gemfile.lock

0 comments on commit e8a55fa

Please sign in to comment.