Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
k4itrun committed Nov 16, 2024
1 parent a49f64a commit 337553b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
# Ignore application specific files
# App-specific files
.env

# Ignore Node.js specific files and directories
# Node.js files
node_modules/
npm-debug.log
package-lock.json

# Ignore log files
*.lock
# Log, archive, and exec files
*.log
*.zip
*.rar
*.exe
*.ico
*.txt

# Ignore editor and IDE specific files
# Editor and IDE files
.vscode/
.idea/
*.sublime-*

# Ignore test directories and files
test/
# Test files
test/**
test*.*

# Ignore database files
# Database files
*.sqlite3

# Ignore dependencies, config files, and lock files
# Config and dependency files
jest.config.js
.eslintrc.js
.npmrc
.npmignore

# Ignore text editor backup files
*.bak
# Backup files
*.bak

# Build files (dist)
**/build/**

0 comments on commit 337553b

Please sign in to comment.