Настройка репозитория [Rx]
0 parents
Showing
1 changed file
with
34 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | *.pdb | ||
| 2 | *.log | ||
| 3 | *.suo | ||
| 4 | *.pdb | ||
| 5 | *.rej | ||
| 6 | *.orig | ||
| 7 | *.patch | ||
| 8 | *.Cache | ||
| 9 | *.playlist | ||
| 10 | *.user | ||
| 11 | *.tmp_proj | ||
| 12 | *.live.config | ||
| 13 | *.nupkg | ||
| 14 | *.diff | ||
| 15 | *.csproj | ||
| 16 | *.sln | ||
| 17 | *.g.cs | ||
| 18 | *.xaml | ||
| 19 | *.xaml.cs | ||
| 20 | *.bak | ||
| 21 | |||
| 22 | AssemblyInfo.cs | ||
| 23 | |||
| 24 | [dD]ebug | ||
| 25 | [rR]elease | ||
| 26 | [cC]heckin | ||
| 27 | [bB]in/* | ||
| 28 | |||
| 29 | obj | ||
| 30 | log | ||
| 31 | .idea | ||
| 32 | .vs | ||
| 33 | |||
| 34 | _ConfigSettings.xml | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment