Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit fff9223

Browse files
committed
Initial Commit
0 parents  commit fff9223

File tree

967 files changed

+2023267
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

967 files changed

+2023267
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
syntax: glob
2+
*.log
3+
*.suo
4+
*.*old*
5+
*.vcxproj.user
6+
*.*backup*
7+
*/Release*/*
8+
*/Debug*/*
9+
*Release*/*
10+
*Debug*/*
11+
*.*sdf
12+
*ipch/*
13+
.vs/*
14+
apEx/Builds/*
15+
*/Screenshots/*
16+
*/Autosave/*
17+
*/Crashes/*
18+
*/Minimals/*
19+
apEx/apEx/version.txt
20+
apEx/apEx/apEx.cfg
21+
*.bak
22+
apEx/MinimalPlayer/Data/release.obj
23+
apEx/MinimalPlayer/Data/release.mus
24+
apEx/MinimalPlayer/Data/release.64k
25+
*.aps
26+
apEx/Data/Streams

Bedrock/BaseLib/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
syntax: glob
2+
*.log
3+
*.*old*
4+
*.vcxproj.user
5+
*.*backup*
6+
*/Release*/*
7+
*/Debug*/*
8+
*Release*/*
9+
*Debug*/*
10+
*.*sdf

Bedrock/BaseLib/.hgignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
syntax: glob
2+
*.log
3+
*.*old*
4+
*.vcxproj.user
5+
*.*backup*
6+
*/Release*/*
7+
*/Debug*/*
8+
*Release*/*
9+
*Debug*/*
10+
*.*sdf

0 commit comments

Comments
 (0)