4
2
mirror of https://github.com/getbible/app.git synced 2024-05-28 16:40:48 +00:00
app/.gitignore
Erastus Amunwe 6f9abd18a1 added .env
2020-10-26 20:59:37 +02:00

26 lines
275 B
Plaintext

.DS_Store
node_modules
/dist
.env
# 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?
#Electron-builder output
/dist_electron