InspectorRAGet / .gitignore
kpfadnis's picture
chore: Initial commit.
599f646
raw
history blame
178 Bytes
# MacOS
.DS_Store
# Visual Studio code
.vscode
# IDE
.idea/
# NPM
node_modules
# NPM lock files
package-lock.json
# Next files
.next
# Husky files
.husky
# Dist files
dist