mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added Visual Studio Code (vscode) and .factorypath maven files to .gitignore. Also .idea pattern now restricted to folder type. (#6410)
This commit is contained in:
parent
a982d8c901
commit
87dbe65000
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -104,7 +104,9 @@ Utils/*implemented.txt
|
||||||
.metadata
|
.metadata
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.idea
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
.factorypath
|
||||||
syntax: regexp
|
syntax: regexp
|
||||||
\.class
|
\.class
|
||||||
\.jar
|
\.jar
|
||||||
|
|
Loading…
Reference in a new issue