Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent 1bb5612 commit 36dba7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/Nexarion/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Node.js dependencies
node_modules/

# Logs
logs
*.log

# OS files
.DS_Store
Thumbs.db

# IDE files
.vscode/
.idea/

# Test files
test.js
tests/

# Coverage files
coverage/

0 comments on commit 36dba7c

Please sign in to comment.