-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
152 lines (112 loc) · 2.69 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# ie-bank-be
venv/
.venv/
ie-bank-be/.venv/
ie-bank-be/__pycache__/
ie-bank-be/.env
ie-bank-be/.vscode
ie-bank-be/.db/
ie-bank-be/iebank_api/__pycache__/
__pycache__/
ie-bank-be/tests/__pycache__/
ie-bank-be/tests/funtional/__pycache__/
ie-bank-be/tests/unit/__pycache__/
# Frontend (ie-bank-fe) specific rules
# Logs
ie-bank-fe/logs
ie-bank-fe/*.log
ie-bank-fe/npm-debug.log*
ie-bank-fe/yarn-debug.log*
ie-bank-fe/yarn-error.log*
ie-bank-fe/lerna-debug.log*
ie-bank-fe/.pnpm-debug.log*
# Diagnostic reports
ie-bank-fe/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
ie-bank-fe/pids
ie-bank-fe/*.pid
ie-bank-fe/*.seed
ie-bank-fe/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
ie-bank-fe/lib-cov
# Coverage directory used by tools like istanbul
ie-bank-fe/coverage
ie-bank-fe/*.lcov
# nyc test coverage
ie-bank-fe/.nyc_output
# Grunt intermediate storage
ie-bank-fe/.grunt
# Bower dependency directory
ie-bank-fe/bower_components
# node-waf configuration
ie-bank-fe/.lock-wscript
# Compiled binary addons
ie-bank-fe/build/Release
# Dependency directories
ie-bank-fe/node_modules/
ie-bank-fe/jspm_packages/
# Snowpack dependency directory
ie-bank-fe/web_modules/
# TypeScript cache
ie-bank-fe/*.tsbuildinfo
# Optional npm cache directory
ie-bank-fe/.npm
# Optional eslint cache
ie-bank-fe/.eslintcache
# Optional stylelint cache
ie-bank-fe/.stylelintcache
# Microbundle cache
ie-bank-fe/.rpt2_cache/
ie-bank-fe/.rts2_cache_cjs/
ie-bank-fe/.rts2_cache_es/
ie-bank-fe/.rts2_cache_umd/
# Optional REPL history
ie-bank-fe/.node_repl_history
# Output of 'npm pack'
ie-bank-fe/*.tgz
# Yarn Integrity file
ie-bank-fe/.yarn-integrity
# dotenv environment variable files
ie-bank-fe/.env
ie-bank-fe/.env.development.local
ie-bank-fe/.env.test.local
ie-bank-fe/.env.production.local
ie-bank-fe/.env.local
# parcel-bundler cache
ie-bank-fe/.cache
ie-bank-fe/.parcel-cache
# Next.js build output
ie-bank-fe/.next
ie-bank-fe/out
# Nuxt.js build / generate output
ie-bank-fe/.nuxt
ie-bank-fe/dist
# Gatsby files
ie-bank-fe/.cache/
# vuepress build output
ie-bank-fe/.vuepress/dist
# vuepress v2.x temp and cache directory
ie-bank-fe/.temp
ie-bank-fe/.cache
# Docusaurus cache and generated files
ie-bank-fe/.docusaurus
# Serverless directories
ie-bank-fe/.serverless/
# FuseBox cache
ie-bank-fe/.fusebox/
# DynamoDB Local files
ie-bank-fe/.dynamodb/
# TernJS port file
ie-bank-fe/.tern-port
# Stores VSCode versions used for testing VSCode extensions
ie-bank-fe/.vscode-test
# yarn v2
ie-bank-fe/.yarn/cache
ie-bank-fe/.yarn/unplugged
ie-bank-fe/.yarn/build-state.yml
ie-bank-fe/.yarn/install-state.gz
ie-bank-fe/.pnp.*
# VS Code
ie-bank-fe/.vscode
# for the new root level debugger files
.vscode