File tree 2 files changed +6
-13
lines changed 2 files changed +6
-13
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
########################################################################################
2
2
# Author: Tim Siwula <
[email protected] >
3
3
# File: ~/.gitignore_global
4
- # Date: Mon Sep 4th 2017
4
+ # Date: Wed Sep 27th 2017
5
5
# Docs: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
6
6
########################################################################################
7
7
8
- ############################################
9
8
# Compiled source #
10
- ############################################
9
+ ###################
11
10
*.com
12
11
*.class
13
12
*.dll
14
13
*.exe
15
14
*.o
16
15
*.so
17
16
18
- ############################################
19
17
# Packages #
20
- ############################################
18
+ ############
21
19
# it's better to unpack these files and commit the raw source
22
20
# git has its own built in compression methods
23
21
*.7z
29
27
*.tar
30
28
*.zip
31
29
32
- ############################################
33
30
# Logs and databases #
34
- ############################################
31
+ ######################
35
32
*.log
36
33
*.sql
37
34
*.sqlite
38
35
39
- ############################################
40
36
# OS generated files #
41
- ############################################
37
+ ######################
42
38
.DS_Store
43
39
.DS_Store?
44
40
._*
45
41
.Spotlight-V100
46
42
.Trashes
47
43
ehthumbs.db
48
44
Thumbs.db
49
-
50
- ############################################
51
- # IDEA editor generated files #
52
- ############################################
53
45
.idea/
46
+ *.iml
You can’t perform that action at this time.
0 commit comments