mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
39 lines
342 B
Text
39 lines
342 B
Text
|
*.swp
|
||
|
*.*~
|
||
|
project.lock.json
|
||
|
.DS_Store
|
||
|
*.pyc
|
||
|
nupkg/
|
||
|
|
||
|
# Visual Studio Code
|
||
|
.vscode
|
||
|
|
||
|
# Rider
|
||
|
.idea
|
||
|
|
||
|
# User-specific files
|
||
|
*.suo
|
||
|
*.user
|
||
|
*.userosscache
|
||
|
*.sln.docstates
|
||
|
|
||
|
# Build results
|
||
|
[Dd]ebug/
|
||
|
[Dd]ebugPublic/
|
||
|
[Rr]elease/
|
||
|
[Rr]eleases/
|
||
|
x64/
|
||
|
x86/
|
||
|
build/
|
||
|
bld/
|
||
|
[Bb]in/
|
||
|
[Oo]bj/
|
||
|
[Oo]ut/
|
||
|
msbuild.log
|
||
|
msbuild.err
|
||
|
msbuild.wrn
|
||
|
|
||
|
# Visual Studio 2015
|
||
|
.vs/
|
||
|
|