Skip to content

Commit 12c36b5

Browse files
authored
Merge pull request #2 from DealerDirect/fix/remove-non-project-ignorance
CHANGE: Removes non-project git-ignore entries.
2 parents 4115081 + effcfb1 commit 12c36b5

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

.gitignore

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,2 @@
1-
##########
2-
## Global
3-
##########
4-
5-
# Do not commit IDE files
6-
/.settings
7-
/.buildpath
8-
/.project
9-
/nbproject
10-
*.iml
11-
*.ipr
12-
*.iws
13-
.idea/
14-
nbactions.xml
15-
nbproject/
16-
.project
17-
/atlassian-ide-plugin.xml
18-
19-
# Do not commit OS tmp files
20-
*.orig
21-
*.rej
22-
*~
23-
*.log
24-
*.bak
25-
*.swp
26-
*.tmp
27-
*.temp
28-
.DS_Store
29-
.DS_Store?
30-
Desktop.ini
31-
Thumbs.db
32-
.*.sw[a-z]
33-
*.un~
34-
Session.vim
35-
temp
36-
temp/
37-
38-
# Do not commit Ctags
39-
.tags
40-
.tags_sorted_by_file
41-
42-
# Other versioning systems
43-
.svn/
44-
_svn/
45-
*.svn*
46-
/.hg/*
47-
*/.hg/*
48-
.hgignore
49-
.subversion
50-
51-
##########
52-
## Project specific
53-
##########
54-
551
vendor/
562
composer.lock
57-
composer.phar

0 commit comments

Comments
 (0)