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/*
!/.config/example.yml !/.config/example.yml
!/.config/mongo_initdb_example.js !/.config/mongo_initdb_example.js
/.vscode
/node_modules # misskey
/build /build
/built /built
built
/data /data
/.cache-loader /.cache-loader
/db /db
@ -17,7 +29,6 @@ api-docs.json
*.log *.log
/redis /redis
*.code-workspace *.code-workspace
yarn.lock
.DS_Store .DS_Store
/files /files
ormconfig.json ormconfig.json