mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Added pm2.yml in .gitignore
This commit is contained in:
parent
5fbef149d0
commit
53dfc5e76a
1 changed files with 46 additions and 45 deletions
91
.gitignore
vendored
91
.gitignore
vendored
|
|
@ -1,45 +1,46 @@
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
node_modules
|
node_modules
|
||||||
.pnp
|
.pnp
|
||||||
.pnp.js
|
.pnp.js
|
||||||
.pnpm-store
|
.pnpm-store
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|
||||||
# next.js
|
# next.js
|
||||||
/.next
|
/.next
|
||||||
/out
|
/out
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
/public/script.js
|
/public/script.js
|
||||||
/geo
|
/geo
|
||||||
/dist
|
/dist
|
||||||
/generated
|
/generated
|
||||||
/src/generated
|
/src/generated
|
||||||
|
pm2.yml
|
||||||
# misc
|
|
||||||
.DS_Store
|
# misc
|
||||||
.idea
|
.DS_Store
|
||||||
.yarn
|
.idea
|
||||||
*.iml
|
.yarn
|
||||||
*.log
|
*.iml
|
||||||
.vscode
|
*.log
|
||||||
.tool-versions
|
.vscode
|
||||||
|
.tool-versions
|
||||||
# debug
|
|
||||||
npm-debug.log*
|
# debug
|
||||||
yarn-debug.log*
|
npm-debug.log*
|
||||||
yarn-error.log*
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
# local env files
|
|
||||||
.env
|
# local env files
|
||||||
.env.*
|
.env
|
||||||
*.env.*
|
.env.*
|
||||||
|
*.env.*
|
||||||
*.dev.yml
|
|
||||||
|
*.dev.yml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue