Skip to content

Commit

Permalink
chore: use simpler strategy for gitignoring misc. files
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Sep 29, 2023
1 parent 0a203d8 commit 69e6a09
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# misc
*.ignore
*.tmp
gitignore.*

# dotenv
# environment
.env

# elixir
Expand All @@ -16,6 +11,10 @@ __pycache__/
*.sw?
Session*.vim

# misc
*.tmp
*gitignored*


# MIX DEFAULTS #
# The directory Mix will write compiled artifacts to.
Expand Down

0 comments on commit 69e6a09

Please sign in to comment.