Added .sh files to gitignore

This commit is contained in:
Rsl1122 2018-02-03 19:05:58 +02:00
parent eb5c14eff9
commit dfb5f39918
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -3,6 +3,9 @@ Plan.iml
PlanPluginBridge.iml
.sonar/
# Shell files
*.sh
# Created by https://www.gitignore.io/api/maven,eclipse,intellij,netbeans,osx,windows,notepadpp,windows,java
### Maven ###