Update gitignore to ignore config files for Intelij-IDEA (#4933)

This commit is contained in:
ql3 2019-05-17 02:31:00 +09:00 committed by syuilo
parent fe6d88e410
commit 81625f9fc5

19
.gitignore vendored
View file

@ -1,11 +1,23 @@
# Visual Studio Code
/.vscode
# Intelij-IDEA
/.idea
# Node.js
/node_modules
# yarn
yarn.lock
# config
/.config/*
!/.config/example.yml
!/.config/mongo_initdb_example.js
/.vscode
/node_modules
# misskey
/build
/built
built
/data
/.cache-loader
/db
@ -17,7 +29,6 @@ api-docs.json
*.log
/redis
*.code-workspace
yarn.lock
.DS_Store
/files
ormconfig.json