This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
generated from ShadowMario/FNF-PsychEngine
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
130 lines (115 loc) · 2.19 KB
/
.gitignore
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
### FNF-Specific
# File used for the NG API. Should not be shared with others.
APIStuff.hx
art/build_x32-officialrelease.bat
art/build_x64-officialrelease.bat
art/test_x64-debug-officialrelease.bat
# Newgrounds IO Stuff
source/NGio.hx
source/io/
# Misc
Preloader.hx
### Crash Stuff
crash-dialog/
build-crash-dialog.bat
build-crash-dialog-linux.sh
build-crash-dialog-mac.sh
### FNF-Bot
FNFBot.exe
### GameJolt-Specific
source/GJKeys.hx
source/GameJolt.hx
source/gamejolt/
### Source Stuff
source_test/
sourceUnstable/
source - Copy/
source_old/
source_backup/
newSource/
source-default/
### Android-Specific
source/SUtil.hx
source/android/
source/mobile/
assets/android/
assets/images/androidcontrols/
art/setupFiles/android/build_android.bat
art/setupFiles/android/build_android-debug.bat
art/dependencyFiles/android/
### Appveyor-Specific
appveyor.yml
appveyor-win32.yml
### Markdown Files
BUILDING.md
ModCharts.md
beta.md
### Git-Specific
.gitconfig
.gitinclude
.gitkeep
### Localization-Specific
source/locale/I18n.hx
assets/locale/
assets/locales/
### Polymod Stuff
polymod_mods/introMod/
art/mod.url
### Stage Editor-Related
assets/images/stageborder.png
source/editors/StageEditorState.hx
source/LayerFile.hx
### Stepmania Stuff
assets/sm/
source/smTools/
### Miscellaneous
.github/PULL_REQUEST_TEMPLATE/
.circleci/
ndll/
Week7Assets/
dump/
git/
documentaton/
source/.vscode/launch.json
export/release/.build
open cmd.bat
open wsl.bat
builddocs.bat
wintestdebug.bat
daversion
version.Awesome
gameVersion.txt
version.txt
ver.thing
current.version
PlayState - Copy.hx
* - Copy.hx
### Add these regardless of them getting ignored.
!TempFiles/
!art/setupFiles/switch/build-switch.bat
!modchartexample.mc
!appveyor-linux.yml
!appveyor-macos.yml
!appveyor-windows.yml
!azure-pipelines.yml
!.DS_Store
!Thumbs.db
!*.hxml
!*.hxproj
!*.jsonc
### VS Code
export/*
.vscode/*
.vscode/.temp
# Local history which shouldn't be shared.
desktop.ini
.history/
.ionide
# ! means a file should be added regardless of it getting ignored prior.
# Including to allow others to use already set-up configuration tweaked for the project.
!.code-workspace
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vs/*