-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (47 loc) · 835 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
**/*id_rsa*
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
.env
.idea
python/pastepin/.env
**/.idea
**/*.pyc
python/deploy_pastebin.sh
python/pastepin/backports/
python/pastepin/bin/
python/pastepin/certifi-2018.11.29.dist-info/
python/pastepin/certifi/
python/pastepin/chardet-3.0.4.dist-info/
python/pastepin/chardet/
python/pastepin/configparser-3.5.0-py3.6-nspkg.pth
python/pastepin/configparser-3.5.0.dist-info/
python/pastepin/idna-2.7.dist-info/
python/pastepin/idna/
python/pastepin/requests-2.20.1.dist-info/
python/pastepin/requests/
python/pastepin/urllib3-1.24.1.dist-info/
python/pastepin/urllib3/
**/*.zip
rust/hello_world/main
**/target
**/.vscode