-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (45 loc) · 1004 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (45 loc) · 1004 Bytes
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
### 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
# Haxe/Psych Engine Build Folders
export/
obj/
.haxelib/
# FNFast Server Data (NEVER PUSH THESE)
export/*
*.db
*.json
secret.txt
charts/
assetsfolder/
backups/
*.py
password.txt
# Local User Data
assets/shared/materials/
temp/
bans.json
demonlist.json