| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- ## Ignore Visual Studio temporary files, build results, and
- ## files generated by popular Visual Studio add-ins.
- # User-specific files
- *.rsuser
- *.suo
- *.user
- *.userosscache
- *.sln.docstates
- # User-specific files (MonoDevelop/Xamarin Studio)
- *.userprefs
- # Mono auto generated files
- mono_crash.*
- # Build results
- [Dd]ebug/
- [Dd]ebugPublic/
- [Rr]elease/
- [Rr]eleases/
- x64/
- x86/
- [Ww][Ii][Nn]32/
- [Aa][Rr][Mm]/
- [Aa][Rr][Mm]64/
- bld/
- [Bb]in/
- [Oo]bj/
- [Ll]og/
- [Ll]ogs/
- # Visual Studio cache/options directory
- .vs/
- # Uncomment if you have tasks that create the project's static files in wwwroot
- #wwwroot/
- # Visual Studio auto generated files
- Generated\ Files/
- # MSTest test Results
- [Tt]est[Rr]esult*/
- [Bb]uild[Ll]og.*
- # NUnit
- *.VisualState.xml
- TestResult.xml
- nunit-*.xml
- # Build Results of an ASP.NET application
- [Dd]ebug[Pp]rofile/
- [Pp]ublish[Ss]ettings/
- *.[Pp]ublish.xml
- *.azurePubxml
- *.pubxml
- *.publishproj
- # NuGet Packages
- *.nupkg
- # NuGet Symbol Packages
- *.snupkg
- # The packages folder can be ignored because of Package Restore
- **/[Pp]ackages/*
- # except build/, which is used as an MSBuild target.
- !**/[Pp]ackages/build/
- # Uncomment if necessary however generally it will be regenerated when needed
- #!**/[Pp]ackages/repositories.config
- # NuGet v3's project.json files produces more ignorable files
- *.nuget.props
- *.nuget.targets
- # Microsoft Fakes
- FakesAssemblies/
- # GhostDoc plugin setting file
- *.GhostDoc.xml
- # Node.js Tools for Visual Studio
- .ntvs_analysis.dat
- node_modules/
- # Visual Studio cache files
- # files ending in .cache can be ignored
- *.[Cc]ache
- # but keep track of directories ending in .cache
- !?*.[Cc]ache/
- # Others
- ClientApp/node_modules/
- ClientApp/build/
- ClientApp/dist/
- *.swp
- *.*~
- project.lock.json
- .DS_Store
- *.pyc
- .vscode
- appsettings.Development.json
- # =========================
- # Java
- # =========================
- *.class
- *.log
- # Package Files
- *.jar
- *.war
- *.nar
- *.ear
- *.zip
- *.tar.gz
- *.rar
- # virtual machine crash logs
- hs_err_pid*
- replay_pid*
- # Eclipse
- .classpath
- .project
- .settings/
- # IntelliJ IDEA
- .idea/
- *.iws
- *.iml
- *.ipr
- out/
- # Maven
- target/
- pom.xml.tag
- pom.xml.releaseBackup
- pom.xml.versionsBackup
- pom.xml.next
- release.properties
- dependency-reduced-pom.xml
- buildNumber.properties
- .mvn/timing.properties
- .mvn/wrapper/maven-wrapper.jar
- # Gradle
- .gradle/
- !gradle/wrapper/gradle-wrapper.jar
|