Skip to content

Commit 7cce8bf

Browse files
committed
Refactor code
1 parent 78bad99 commit 7cce8bf

2 files changed

Lines changed: 289 additions & 257 deletions

File tree

.gitignore

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
x64/
1+
# Visual Studio IDE
22
.vs/
3-
AmongUsCosmetics.vcxproj.user
3+
*.vcxproj.user
4+
5+
# Build output (all configurations & platforms)
6+
Debug/
7+
Release/
8+
x64/
9+
Win32/
10+
11+
# Intermediate build files
12+
*.obj
13+
*.ilk
14+
*.idb
15+
*.pdb
16+
*.recipe
17+
*.tlog

0 commit comments

Comments
 (0)