-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
43 lines (39 loc) · 847 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*bin*
*obj*
*bat*
*map*
*log*
.vs
*.user
*-template
template-*
.DS_Store
.idea
*.lock
DexieNETIntern.sln
DexieNETTest/TableGeneratorTest/TestResults
Publish
GeneratorRunner
payload.json
DexieNET/npm/node_modules
DexieNET/wwwroot
DexieNET/yarn/src/*.js
DexieNET/yarn/node_modules
DexieCloudNET/yarn/node_modules
DexieCloudNET/yarn/src/*.js
DexieCloudNET/wwwroot/
DexieCloudNET/yarn/src/DexieNET
DexieNETCloudSample/Dexie/dexie-cloud.json
DexieNETCloudSample/Dexie/dexie-cloud.key
DexieNETCloudSample/wwwroot/dexie-cloud.json
DexieNETCloudSample/wwwroot/importfile.json
DexieNET/yarn/.eslintrc.js
DexieNETCloudSample/Properties/Settings.xml
DexieNETCloudSample/wwwroot/.htaccess
DexieNETCloudPushServer/database
DexieCloudNET/yarn/dexiecloud/node_modules
DexieCloudNET/yarn/serviceworker/node_modules
docker-compose.yml
*.tar
DexieNET/npm
Nuget