-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 727 Bytes
/
.gitignore
File metadata and controls
60 lines (52 loc) · 727 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
48
49
50
51
52
53
54
55
56
57
58
59
60
# NativeScript
hooks/
!hooks/after-createProject/*.js
node_modules/
platforms/
# NativeScript Template
!webpack.config.js
*.css
# Build Artifacts
*.js.map
app/components/*.vue.js
app/dist
#app/default-objects/*.js
#app/interfaces/*.js
#app/inverted/*.js
#app/retro/*.js
#app/standard/*.js
#app/utils/*.js
#app/main.js
#app/vue-extend.js
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# General
.DS_Store
.AppleDouble
.LSOverride
.idea
.cloud
.project
tmp/
typings/
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# IntelliJ
*.iml
*.ipr
*.iws
/assets/alttp_vt_randomizer-31.0.4/
# Artifacts
*.aab
*.apk
*.jar
#Keystore
*.keystore