Skip to content

Commit

Permalink
Add windows build artifacts to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bollian committed Feb 24, 2024
1 parent 96878a2 commit 169a614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/build
/node_modules
/target

# Windows build artifacts
parser.exp
parser.lib
parser.obj

0 comments on commit 169a614

Please sign in to comment.