-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (39 loc) · 1.13 KB
/
.gitignore
File metadata and controls
51 lines (39 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# ===================================================================
# Visual Studio / .NET
# ===================================================================
# ビルド成果物 (コンパイルされたファイル)
[Bb]in/
[Oo]bj/
# Visual Studio IDE フォルダ (ローカル設定、キャッシュ)
.vs/
# ユーザー固有の設定ファイル
*.user
*.suo
# Rider (JetBrains IDE) 用ファイル
.idea/
*.sln.DotSettings.user
# ===================================================================
# WebView2
# ===================================================================
# デバッグ実行時に生成される WebView2 のユーザーデータフォルダ
# (プロジェクト名.exe.WebView2 という名前で作成される)
*.exe.WebView2/
# ===================================================================
# OS / その他
# ===================================================================
# Windows
Thumbs.db
ehthumbs.db
desktop.ini
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Linux
*~
# ===================================================================
# パッケージ / 依存関係
# ===================================================================
# NuGet パッケージ (復元可能なので不要)
packages/
*.nupkg