-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
100 lines (68 loc) · 1.22 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
# Dependencies and results
target/
node_modules/
release/
# production folder and its files
production/
targets.txt
# .env for api keys and configuration variables
.env
set_env.sh
flask/
actix_full_stack_reference/
config/
*.conf
*.agent
# gRPC client
bloomrpc/
# From session-file-store
session/
# profile images at auth/
profile/*.png
# Should use version control systems instead.
before/
# refer folders are just to help when the author
refer/
# Files with Cypress credentials
cypress.json
cypress.video.json
cypress/
record-video.bash
# You can make it easily
dist/
# AWS
ecs-params.yml
# Heavy Python and its venv files and from dependencies.
__pycache__
python/
admin/
# Files for email
cv.pdf
resume.html
# Cloned repository
ta-rs/
# .swp files from vim
*.swp
# Python with venv files
tkinter/
# db files
*.db
# static/ and public/ in React_Rust except django
# Please, someone commit here if there is a general solution for this.
React_Rust/server/*/static/
React_Rust/server/*/public/
# parcel
.cache/
# Bots should be in production/
# video files for Moviepy/
*.mp4
praw/
graw/
read/
*.cache
# manifest.json for browser extensions
manifest.json
build/
# binary files from Golang, C or C++
main
go-to-do-app/