Update .gitignore
This commit is contained in:
parent
a5dfec3130
commit
56618f4986
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Ignore Rider specific directories
|
||||||
|
.idea/
|
||||||
|
*.sln.iml
|
||||||
|
*.sln
|
||||||
|
*.userprefs
|
||||||
|
*.user
|
||||||
|
*.DotSettings
|
||||||
|
|
||||||
|
# Ignore Intermediate and Binaries directories in the root
|
||||||
|
Intermediate/
|
||||||
|
Binaries/
|
||||||
|
|
||||||
|
# Ignore Intermediate and Binaries directories inside Plugins
|
||||||
|
Plugins/*/Intermediate/
|
||||||
|
Plugins/*/Binaries/
|
||||||
|
|
||||||
|
# Ignore Intermediate and Binaries directories inside Developer Plugins
|
||||||
|
Plugins/Developer/
|
||||||
|
Plugins/Developer/
|
Loading…
Reference in New Issue
Block a user