Peercord/Peercord Source/.pearignore
0% [█ █ █ █ █ █ █ █ █ █] 100% 29e61f07f2 Full source
2026-06-14 21:28:04 -05:00

19 lines
344 B
Plaintext

# Dependencies
node_modules/
# Source Files (Since you use Vite to build to /dist)
src/
public/
# Build Artifacts
# Note: Do NOT ignore /dist if your app runs from there
# but DO ignore it if you are staging the root index.js
# and don't want redundant build files included.
release/
*.log
# Git and IDE
.git/
.vscode/
.gitignore
.pearignore