ignore .idea folder (#248)

created by rider
This commit is contained in:
Joseph Petersen
2019-12-21 15:50:07 +01:00
committed by Tingluo Huang
parent 289c7f36a2
commit 300bc67950

2
.gitignore vendored
View File

@@ -10,6 +10,7 @@
**/.vscode **/.vscode
**/*.error **/*.error
**/*.json.pretty **/*.json.pretty
.idea/
# output # output
node_modules node_modules
@@ -24,4 +25,3 @@ TestLogs
#generated #generated
src/Runner.Sdk/BuildConstants.cs src/Runner.Sdk/BuildConstants.cs