extensions/.gitignore
2024-05-15 19:27:43 -05:00

18 lines
272 B
Plaintext

# npm
node_modules
# Final built website and localizations
build
build-l10n
# Various operating system caches
thumbs.db
.DS_Store
# Popular editors
.vscode
.idea
*.sublime-workspace
# Tip: .git/info/exclude is your personal gitignore for things that don't belong here