Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Apr 28, 2024
1 parent 4329b11 commit f619a59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
*.wasm
*.wat
*.dll
*.so
*.ttc
*.otf
*.png
*.paths
.git
src/input_tests
nimcache
Expand Down Expand Up @@ -36,6 +41,9 @@ release_linux
release_web
scripting/nim/lib

ast
ast2

loc.csv
count_loc.ps1
a.html
Expand All @@ -47,3 +55,13 @@ rust_test
/target

vscode-lsp-log.json

myNimCache
csources
csources_v2
**/treesitter/lib
C:/Users/nimao/.nimble/pkgs2/nim-2.1.1-06a4866c223f9a92169362ebc9ee247df1bcbd21
C:/Users/nimao/.nimble/pkgs2/nim-2.1.1-176b5408d81c16446680d7ce56d1b7b0d23f9a6d
C:/Users/nimao/.nimble/pkgs2/nim-2.1.1-ee369ca2ef4fd48e55732c09c5f8b67a4a22daa4

fonts/openmoji-svg-color

0 comments on commit f619a59

Please sign in to comment.