Add .gitignore
This commit is contained in:
commit
92a2716ca6
|
@ -0,0 +1,25 @@
|
|||
**/Debug
|
||||
**/Release
|
||||
|
||||
**/Debug/*
|
||||
**/Release/*
|
||||
|
||||
**/.xdchelp
|
||||
|
||||
**/.config
|
||||
**/.config/*
|
||||
|
||||
**/.launches
|
||||
**/.launches/*
|
||||
|
||||
dvt
|
||||
dvt/*
|
||||
|
||||
.jxbrowser.userdata
|
||||
.jxbrowser.userdata/*
|
||||
|
||||
.metadata
|
||||
.metadata/*
|
||||
|
||||
RemoteSystemsTempFiles
|
||||
RemoteSystemsTempFiles/*
|
Loading…
Reference in New Issue