diff options
author | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-11-06 17:34:32 +0700 |
---|---|---|
committer | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-11-06 17:34:32 +0700 |
commit | 2d12a4f40473bd152755e4ab1dadb943cb233c90 (patch) | |
tree | cadc0b16efe65cfb1a25d4f127e264124fd89e63 | |
parent | ba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2 (diff) | |
download | wekan-2d12a4f40473bd152755e4ab1dadb943cb233c90.tar.gz wekan-2d12a4f40473bd152755e4ab1dadb943cb233c90.tar.bz2 wekan-2d12a4f40473bd152755e4ab1dadb943cb233c90.zip |
Add .idea to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ tmp/ node_modules/ .vscode/ +.idea/ .build/* packages/kadira-flow-router/ packages/meteor-useraccounts-core/ |