Skip to content

Commit ab6d6aa

Browse files
committed
Migrating old library
1 parent b294026 commit ab6d6aa

11 files changed

+1036
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.php text eol=lf
2+
3+
*.sln text eol=crlf

.gitignore

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# Project
2+
3+
# Source control
4+
/CVS/*
5+
*/CVS/*
6+
.cvsignore
7+
*/.cvsignore
8+
9+
.svn/
10+
11+
# Hostings
12+
*.ncrunch*
13+
.*crunch*.local.xml
14+
15+
# IDE
16+
nbproject/
17+
nbbuild/
18+
nbdist/
19+
nbactions.xml
20+
nb-configuration.xml
21+
22+
*.pydevproject
23+
.project
24+
.metadata
25+
*.tmp
26+
*.swp
27+
*~.nib
28+
local.properties
29+
.classpath
30+
.settings/
31+
.loadpath
32+
.externalToolBuilders/
33+
*.launch
34+
.cproject
35+
.buildpath
36+
37+
*.iml
38+
*.ipr
39+
*.iws
40+
.idea/
41+
42+
*.suo
43+
*.user
44+
*.sln.docstates
45+
[Tt]est[Rr]esult*/
46+
[Bb]uild[Ll]og.*
47+
*_i.c
48+
*_p.c
49+
*.ilk
50+
*.meta
51+
*.obj
52+
*.pch
53+
*.pdb
54+
*.pgc
55+
*.pgd
56+
*.rsp
57+
*.sbr
58+
*.tlb
59+
*.tli
60+
*.tlh
61+
*.tmp
62+
*.tmp_proj
63+
*.log
64+
*.vspscc
65+
*.vssscc
66+
.builds
67+
*.pidb
68+
*.log
69+
*.scc
70+
ipch/
71+
*.aps
72+
*.ncb
73+
*.opensdf
74+
*.sdf
75+
*.cachefile
76+
*.psess
77+
*.vsp
78+
*.vspx
79+
*.gpState
80+
_ReSharper*/
81+
*.[Rr]e[Ss]harper
82+
_TeamCity*
83+
*.dotCover
84+
csx
85+
*.build.csdef
86+
87+
# OS
88+
.DS_Store
89+
.DS_Store?
90+
._*
91+
.AppleDouble
92+
.LSOverride
93+
.Spotlight-V100
94+
.Trashes
95+
Icon?
96+
ehthumbs.db
97+
Thumbs.db
98+
[dD]esktop.ini
99+
$RECYCLE.BIN/
100+
*~

0 commit comments

Comments
 (0)