-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (38 loc) · 900 Bytes
/
.gitignore
File metadata and controls
56 lines (38 loc) · 900 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
# The directory structure:
*.exe
*.dll
# This folder will be injected to path at runtime
# bin/
bin/ag.exe
# All config files are kept here.
# config/
# Contains the history of commands.
config/.history
# The valve icon is super cool
# icons/
#ssh on windows , like a boss
vendor/putty
# Software from third parties + the cool 'init' script
# vendor/
# Clink is used to give your console a bash-ish feel.
# vendor/clink
# ConEmu: The heart of Cmder
# vendor/conemu-maximus5
# Todo: Add more cool stuff and their download URLs here.
# I am ignoring these folders as you'd be better off
# downloading them from their original location.
# Portable Git
vendor/msysgit
# Who needs cygwin...
vendor/gow
# GnuWin32
vendor/GetGnuWin32
# Oh my ssh!
svendor/putty
# vim
vendor/vim
!vendor/vim/_vimrc
#ignore swap files produced by vim , for all us vimmers
*.swp
#ignore the help folder
Help