gschatbot_1 / .gitignore
songhune's picture
μ΄λ ‡κ²Œ 되면 μœ μΆœλ˜μ§€ μ•Šλ‚˜?
4610441
raw
history blame
348 Bytes
# Ignore .env file
# Ignore compiled binaries
*.exe
*.dll
*.so
*.pyc
# Ignore build output directories
build/
dist/
out/
# Ignore package manager directories
node_modules/
vendor/
HIC/V3/flagged
HIC/V3/myenv
# Ignore IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Ignore logs and temporary files
*.log
*.tmp
*.swp