Skip to content

Commit

Permalink
update.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Stanga committed Nov 22, 2024
1 parent e3f47ae commit 5beb015
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
.env
# Dependencies
node_modules/
.pnpm-store/

# Environment
.env

# Build outputs
*.tsbuildinfo
*-lock.yaml

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*.DS_Store

# Temporary files
*.tmp
*.temp
*.sh
1 change: 0 additions & 1 deletion tsconfig.tsbuildinfo

This file was deleted.

0 comments on commit 5beb015

Please sign in to comment.