forked from ShadowMario/FNF-PsychEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
27 lines (26 loc) · 752 Bytes
/
.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
### FNF-Specific
# File used for the NG API. Should not be shared with others.
APIStuff.hx
art/buildScripts/build_x32-officialrelease.bat
art/buildScripts/build_x64-officialrelease.bat
art/buildScripts/test_x64-debug-officialrelease.bat
### VS Code
export/*
.vscode/*
.haxelib/
.github/
*.code-workspace
vs_Community.exe
# Local history which shouldn't be shared.
.history
.ionide
# macOS file attribute which can cause problems when uploading.
*.DS_Store
# ! 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
art/build_html.bat
art/build_html-debug.bat