-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.fdignore
More file actions
84 lines (67 loc) · 871 Bytes
/
.fdignore
File metadata and controls
84 lines (67 loc) · 871 Bytes
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
# general
/Users/**
!/Users/*/.fdignore
!/Users/*/Downloads
!/Users/*/Downloads/*
!/Users/*/tmp
# git
.git
!.git/info
.gitattributes
.gitmodules
# android
.gradle
build
# ctags
tags
# elixir
_build
deps
# intellij idea
.idea
# ios
Pods
# javascript
*.map
.expo
.next
coverage
node_modules
package-lock.json
tsconfig.tsbuildinfo
yarn.lock
# letsencrypt
*.pem
acme-staging{,-v02}.api.letsencrypt.org
acme-v0{1,2}.api.letsencrypt.org
# phoenix
**/assets/vendor
# python
*.pyc
.pytest_cache
__pycache__
# rust
/target
Cargo.lock
# ssh
!/Users/*/.ssh
!/Users/*/.ssh/config
# syncthing
!/Users/*/Sync
!/Users/*/Sync/**
.stversions
.stfolder
# vagrant
.vagrant
# vim
.vim/plugged/*
!.vim/plugged/{after,before}
!.vim/plugged/vim-snippets
.vim/plugged/vim-snippets/*
!.vim/plugged/vim-snippets/UltiSnips
Session.vim
# vscode
.vscode
# macos
.localized
.DS_Store