-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
19 lines (16 loc) · 796 Bytes
/
.gitignore
File metadata and controls
19 lines (16 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
############################################################################
# Copyright (c) Hubert Bukowski. All rights reserved.
# Licensed under the MIT License.
# See License.txt in the project root for full license information.
############################################################################
# Visual Studo cache/options directory.
############################################################################
############################################################################
# Output files.
############################################################################
/artifacts
############################################################################
# Log files.
############################################################################
*.log
*.bak