forked from CodenameCrew/CodenameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (46 loc) · 1.08 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
### FNF-Specific
# File used for the NG API. Should not be shared with others.
source/funkin/APIStuff.hx
art/build_x32-officialrelease.bat
art/build_x64-officialrelease.bat
art/test_x64-debug-officialrelease.bat
# Newgrounds IO Stuff
source/funkin/backend/NGio.hx
source/io/
# Misc
source/Preloader.hx
### VS Code
export/*
.vscode/*
.haxelib/*
*.code-workspace
latest/windows/obj/*
latest/windows/haxe/*
## just dont wanna have this public im not a pedo i swear
!source/funkin/dumb/YourMomState.hx
# ! means a file should be added regardless of it it gets ignored prior.
# Including to allow others to use already set-up configuration tweaked for the project.
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/.temp
.vs/*
### You can add any of these regardless of them getting ignored.
!appveyor-linux.yml
!appveyor-macos.yml
!appveyor-windows.yml
!azure-pipelines.yml
!.DS_Store
!Thumbs.db
### FNF-Bot
FNFBot.exe
# Local history which shouldn't be shared.
!desktop.ini
.history
.ionide
# misc stuff uhh
dump/*
docs/doc.xml
BuildRelease.sh
* - Copy*