-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (59 loc) · 1.11 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
# JHBuild
jhbuildrc
jhbuildrc-custom
# MacOS
.DS_Store
### Bash-it ###
custom/*
plugins/custom.plugins.bash
*.swp
.*.un~
bats
# IntelliJ IDEA
.idea
### Sublime ###
*.sublime-workspace
*.sublime-project
tmp/
# Do not save profiles
profiles/*
# apart from the default one
!profiles/default.bash_it
### Zsh ###
# Zsh compiled script + zrecompile backup
*.zwc
*.zwc.old
# Zsh completion-optimization dumpfile
*zcompdump*
# Zsh history
.zsh_history
# Zsh sessions
.zsh_sessions
# Zsh zcalc history
.zcalc_history
# A popular plugin manager's files
._zinit
.zinit_lstupd
# zdharma/zshelldoc tool's files
zsdoc/data
# robbyrussell/oh-my-zsh/plugins/per-directory-history plugin's files
# (when set-up to store the history in the local directory)
.directory_history
# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files
# (for Zsh plugins using Python)
.venv
# Zunit tests' output
/tests/_output/*
!/tests/_output/.gitkeep
### Misc ###
# Application specific files that should be ignored
Webull Desktop
iterm2/
# Packages specific files that should be ignored
configstore/
yarn/
octant/
gcloud/
flutter/
# Logging
logs/