Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 28, 2022
1 parent ec69184 commit 8052ade
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# rust/cargo
target/
Cargo.lock

# emacs
*~
\#*
.#*

# intellij
.idea/

# local test files
lottie2webp/*.json
lottie2webp/*.webp
lottie2gif/*.json
lottie2gif/*.gif

0 comments on commit 8052ade

Please sign in to comment.