Skip to content

Commit

Permalink
🙈 gitignore: Update documentation in gitignore and sort ignored folde…
Browse files Browse the repository at this point in the history
…r/files by category.
  • Loading branch information
ljgonzalez1 committed Nov 9, 2023
1 parent a3ce5b5 commit 30bd216
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
#### OS
### Mac OS
## macOS system files
.DS_Store

##### Development
#### Node
## Node.js dependencies directory
node_modules/
## Build directories
dist/
src/public/app-dist/
## Log files generated
npm-debug.log
yarn-error.log
## Databases
*.db
## Keys & Certs
config.ini
cert.key
cert.crt
## Server-specific package.json
server-package.json
#### ESLInt
## Cache
.eslintcache
### Tmp files
tmp/

##### IDEs
#### JetBrains
.idea/httpRequests/

## ---------------------

data/
data-test/
tmp/
.eslintcache

0 comments on commit 30bd216

Please sign in to comment.