-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🙈 gitignore: Update documentation in gitignore and sort ignored folde…
…r/files by category.
- Loading branch information
1 parent
a3ce5b5
commit 30bd216
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |