1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-12 21:30:27 +05:30
Piped/.gitignore

24 lines
239 B
Plaintext
Raw Normal View History

2020-11-06 09:06:25 +05:30
.DS_Store
node_modules
/dist
2022-09-11 00:20:54 +05:30
/dist-ci
2020-11-06 09:06:25 +05:30
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?