- Added code style rules to .editorconfig - OpenRA PRs 19953, 19976, 20020, 20263, 20264, 20278, 20306, 20364, 20584. - Updated CODE_OF_CONDUCT mention of OpenRA on IRC - OpenRA commit ade5d211e981ecf04f5c38d5eeb10c2ba6cd7307.
48 lines
468 B
Plaintext
48 lines
468 B
Plaintext
user.config
|
|
engine
|
|
|
|
# Visual Studio
|
|
Release
|
|
bin
|
|
obj
|
|
*.ncb
|
|
*.vcproj*
|
|
*.suo
|
|
*.user
|
|
*.sln.cache
|
|
*.manifest
|
|
*.CodeAnalysisLog.xml
|
|
*.lastcodeanalysissucceeded
|
|
_ReSharper.*/
|
|
/.vs
|
|
|
|
# Visual Studio Code
|
|
/.vscode/settings.json
|
|
|
|
# backup files by various editors
|
|
*~
|
|
*.orig
|
|
\#*
|
|
.*.sw?
|
|
|
|
# Monodevelop
|
|
*.pidb
|
|
*.userprefs
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
|
|
# SublimeText
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# NUnit
|
|
/TestResult.xml
|
|
/lib/
|
|
|
|
# Support directory
|
|
/Support
|
|
|
|
# IntelliJ files
|
|
.idea
|