forked from ct-js/ct-js-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
117 lines (98 loc) · 1.85 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
# Mac
.DS_Store
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
bower_components
.tmp
temp/
desktop\.ini
*.png~
.directory
# Generated files
src/typedefs/ct.js/types.d.ts
app/data/ctLibJSDocAst.json
app/data/ct.release/**
app/data/ct.shared/**
app/examples
app/templates
app/bundledAssets
app/data/bundle.js
app/data/riotTags.js
app/data/bundle.css
app/data/icons.svg
app/data/icons.json
app/data/node_requires/**/*
app/data/hotLoadTags
app/data/fonts/style/.css
app/data/theme*.css
app/data/typedefs/global.d.ts
app/data/typedefs/ct.d.ts
app/data/icons.svg
app/data/icons.json
/app/data/docs
app/index.html
app/preview.html
app/empty.html
app/debuggerToolbar.html
app/qrCodePanel.html
app/exportDesktop
app/temp
/temp
app/data/fonts/style/.css
app/data/patronsCache.csv
builds
build
cache
tempChangelog.md
prev
trash
# tests
error_screenshots/
reports/
# ct specific
/projects
/export
app/zipexport
app/*.ict.zip
app/Screenshot of *.png
app/export.zip
app/export
*.ict.recovery
*.ict.backup*
# editor-specific
.vscode/settings.json
.vscode/launch.json
# sensitive info
*.pfx
# docs
docs/db.json
docs/node_modules
docs/public
export.zip
app/pleaseCtJSLoadWithoutGPUAccelerationMmkay
app/debugger.html
**/**/*.orig
app/data/ct.libs/gamedistribution/.vscode/settings.json
# neutralino binaries
src/ct.release/desktopPack/bin
src/ct.release/desktopPack/game/neutralino.js
app/data/ct.shared/ctSound.js