Skip to content

Commit

Permalink
[ignore files] removed node modules --exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
[esekyi] committed Aug 24, 2024
1 parent 14a89ad commit fd01a12
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
.venv/
__pycache__/
.env
notice.txt

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

# Compiled Python files
*.pyc
*.pyo
*.pyd
# Temporary files
*.bak
*.tmp

# Node.js
node_modules/
npm-debug.log
yarn-error.log
yarn-debug.log
.pnpm-debug.log

# Operating system files
Thumbs.db

0 comments on commit fd01a12

Please sign in to comment.