-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (41 loc) · 788 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
44
45
46
47
48
49
50
51
52
53
.idea
*/.idea
*/**/.idea
chat_server/*/__pycache__
#files
.~lock.teh_zad.docx#
teh_zad.docx
# client
# dependencies
chat_client/node_modules
chat_client/build
chat_client/.pnp
chat_client/.pnp.js
chat_client/.yarn/install-state.gz
# testing
chat_client/coverage
# next.js
chat_client/.next
chat_client/out/
# misc
chat_client/.DS_Store
chat_client/*.pem
# debug
chat_client/npm-debug.log*
chat_client/yarn-debug.log*
chat_client/yarn-error.log*
# vercel
chat_client/.vercel
# typescript
chat_client/*.tsbuildinfo
# server
# redis usages:
chat_server/redisio
# Log files
chat_server/logger/logs/django_sys.log
chat_server/logger/logs/events_info.log
chat_server/logger/logs/important.log
chat_server/*/migrations
chat_server/poetry.lock
chat_server/db.sqlite3
chat_server/.env