generated from Arquisoft/radarin_0
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
70 lines (61 loc) · 2.16 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
webapp/node_modules
/.pnp
.pnp.js
# testing
/webapp/coverage
# production
webapp/build
npm-debug.log*
yarn-debug.log*
yarn-error.log*
restapi/node_modules
restapi/data
mobileapp/node_modules
mobileapp/.vscode
mobileapp/.expo
mobileapp/.expo-shared
node_modules
.vscode
.eslintcache
restapi/tests/api.test.js
restapi/coverage/clover.xml
restapi/coverage/coverage-final.json
restapi/coverage/lcov.info
restapi/coverage/lcov-report/base.css
restapi/coverage/lcov-report/block-navigation.js
restapi/coverage/lcov-report/favicon.png
restapi/coverage/lcov-report/index.html
restapi/coverage/lcov-report/prettify.css
restapi/coverage/lcov-report/prettify.js
restapi/coverage/lcov-report/sort-arrow-sprite.png
restapi/coverage/lcov-report/sorter.js
restapi/coverage/lcov-report/restapi/admin.js.html
restapi/coverage/lcov-report/restapi/api.js.html
restapi/coverage/lcov-report/restapi/index.html
restapi/coverage/lcov-report/restapi/middleware/AdminChecker.js.html
restapi/coverage/lcov-report/restapi/middleware/BlacklistMiddleware.js.html
restapi/coverage/lcov-report/restapi/middleware/FriendsStore.js.html
restapi/coverage/lcov-report/restapi/middleware/index.html
restapi/coverage/lcov-report/restapi/middleware/MockAuthMiddleware.js.html
restapi/coverage/lcov-report/restapi/middleware/WebIdQueryChecker.js.html
restapi/coverage/lcov-report/restapi/models/Admin.js.html
restapi/coverage/lcov-report/restapi/models/Blacklisted.js.html
restapi/coverage/lcov-report/restapi/models/index.html
restapi/coverage/lcov-report/restapi/models/TrackedLocation.js.html
restapi/coverage/lcov-report/restapi/tests/index.html
restapi/coverage/lcov-report/restapi/tests/server-for-tests.js.html
restapi/.idea/.gitignore
restapi/.idea/modules.xml
restapi/.idea/restapi.iml
restapi/.idea/vcs.xml
restapi/.idea/codeStyles/codeStyleConfig.xml
restapi/.idea/codeStyles/Project.xml
restapi/.idea/inspectionProfiles/Project_Default.xml
webapp/.idea/.gitignore
webapp/.idea/modules.xml
webapp/.idea/vcs.xml
webapp/.idea/webapp.iml
webapp/.idea/inspectionProfiles/Project_Default.xml
webapp/.idea/stylesheetLinters/stylelint.xml