Skip to content

Commit

Permalink
Update .gitignore to newst ModSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Sep 29, 2023
1 parent 351ac90 commit 1ead319
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@
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
.vs

0 comments on commit 1ead319

Please sign in to comment.