-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
43 lines (30 loc) · 845 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
# +-----------------------------------------------------+
# | File extensions to be ignored anywhere in the tree. |
# +-----------------------------------------------------+
# + Temp files created by most text editors.
*~
# + Merge files created by git.
*.orig
# + Byte compiled Python modules.
*.pyc
# + vim swap files
.*.sw[a-z]
.sw?
# +-----------------------------------------------------------------------+
# | Directories to ignore (do not add trailing '/'s, they skip symlinks). |
# +-----------------------------------------------------------------------+
# + Metadata Mac
.DS_Store
.Trashes
.Spotlight_V100
# + Vendor
vendor
# +-----------------+
# | Files to ignore |
# +-----------------+
# + Composer
composer.phar
# +----------------------------+
# | Files extensions to ignore |
# +----------------------------+
.idea