Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy committed Aug 14, 2023
1 parent 890d3d1 commit 7f11dd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*.*~
.idea
*.iml
/.venv
.venv
Session.vim

# Local Config
Expand All @@ -17,9 +17,10 @@ Session.vim
/*/.gradle
/build
/*/build
/*/out
/*/catalina.base_IS_UNDEFINED
/*/logs

/lib
# Eclipse meta files
/eclipse-classes/
.classpath
Expand All @@ -30,4 +31,4 @@ Session.vim
/local-overrides/

# Logs
/logs/
/logs/

0 comments on commit 7f11dd7

Please sign in to comment.