Skip to content

Commit

Permalink
Add comments to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Oct 7, 2024
1 parent ffe6ce4 commit 4c77978
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Rust
target
rls*.log

# Created by `trybuild` ui tests
wip
**/*~

# Node
**/node_modules
**/.DS_Store
npm-debug.log

# JS build
**/build
**/dist
cli/lib
test/cli/lib

# Neon build
**/index.node
**/artifacts.json
cli/lib
**/dist
pkgs/create-neon/create-neon-test-project
pkgs/create-neon/create-neon-manual-test-project
test/cli/lib
npm-debug.log
rls*.log

# System
**/.DS_Store

0 comments on commit 4c77978

Please sign in to comment.