Skip to content

Commit e2e3353

Browse files
committed
Merge pull request #6 from wayou/sliphover2
Sliphover2
2 parents 04f33f5 + 5eb4275 commit e2e3353

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+14938
-2541
lines changed

.gitattributes

-22
This file was deleted.

.gitignore

+1-217
Original file line numberDiff line numberDiff line change
@@ -1,218 +1,2 @@
1-
#custom file
2-
minify_ignore_names.txt
3-
4-
#################
5-
## Eclipse
6-
#################
7-
8-
*.pydevproject
9-
.project
10-
.metadata
11-
bin/
12-
tmp/
13-
*.tmp
14-
*.bak
15-
*.swp
16-
*~.nib
17-
local.properties
18-
.classpath
19-
.settings/
20-
.loadpath
21-
22-
# External tool builders
23-
.externalToolBuilders/
24-
25-
# Locally stored "Eclipse launch configurations"
26-
*.launch
27-
28-
# CDT-specific
29-
.cproject
30-
31-
# PDT-specific
32-
.buildpath
33-
34-
35-
#################
36-
## Visual Studio
37-
#################
38-
39-
## Ignore Visual Studio temporary files, build results, and
40-
## files generated by popular Visual Studio add-ons.
41-
42-
# User-specific files
43-
*.suo
44-
*.user
45-
*.sln.docstates
46-
47-
# Build results
48-
49-
[Dd]ebug/
50-
[Rr]elease/
51-
x64/
52-
build/
53-
[Bb]in/
54-
[Oo]bj/
55-
56-
# MSTest test Results
57-
[Tt]est[Rr]esult*/
58-
[Bb]uild[Ll]og.*
59-
60-
*_i.c
61-
*_p.c
62-
*.ilk
63-
*.meta
64-
*.obj
65-
*.pch
66-
*.pdb
67-
*.pgc
68-
*.pgd
69-
*.rsp
70-
*.sbr
71-
*.tlb
72-
*.tli
73-
*.tlh
74-
*.tmp
75-
*.tmp_proj
76-
*.log
77-
*.vspscc
78-
*.vssscc
79-
.builds
80-
*.pidb
81-
*.log
82-
*.scc
83-
84-
# Visual C++ cache files
85-
ipch/
86-
*.aps
87-
*.ncb
88-
*.opensdf
89-
*.sdf
90-
*.cachefile
91-
92-
# Visual Studio profiler
93-
*.psess
94-
*.vsp
95-
*.vspx
96-
97-
# Guidance Automation Toolkit
98-
*.gpState
99-
100-
# ReSharper is a .NET coding add-in
101-
_ReSharper*/
102-
*.[Rr]e[Ss]harper
103-
104-
# TeamCity is a build add-in
105-
_TeamCity*
106-
107-
# DotCover is a Code Coverage Tool
108-
*.dotCover
109-
110-
# NCrunch
111-
*.ncrunch*
112-
.*crunch*.local.xml
113-
114-
# Installshield output folder
115-
[Ee]xpress/
116-
117-
# DocProject is a documentation generator add-in
118-
DocProject/buildhelp/
119-
DocProject/Help/*.HxT
120-
DocProject/Help/*.HxC
121-
DocProject/Help/*.hhc
122-
DocProject/Help/*.hhk
123-
DocProject/Help/*.hhp
124-
DocProject/Help/Html2
125-
DocProject/Help/html
126-
127-
# Click-Once directory
128-
publish/
129-
130-
# Publish Web Output
131-
*.Publish.xml
132-
*.pubxml
133-
134-
# NuGet Packages Directory
135-
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
136-
#packages/
137-
138-
# Windows Azure Build Output
139-
csx
140-
*.build.csdef
141-
142-
# Windows Store app package directory
143-
AppPackages/
144-
145-
# Others
146-
sql/
147-
*.Cache
148-
ClientBin/
149-
[Ss]tyle[Cc]op.*
150-
~$*
151-
*~
152-
*.dbmdl
153-
*.[Pp]ublish.xml
154-
*.pfx
155-
*.publishsettings
156-
157-
# RIA/Silverlight projects
158-
Generated_Code/
159-
160-
# Backup & report files from converting an old project file to a newer
161-
# Visual Studio version. Backup files are not needed, because we have git ;-)
162-
_UpgradeReport_Files/
163-
Backup*/
164-
UpgradeLog*.XML
165-
UpgradeLog*.htm
166-
167-
# SQL Server files
168-
App_Data/*.mdf
169-
App_Data/*.ldf
170-
171-
#############
172-
## Windows detritus
173-
#############
174-
175-
# Windows image file caches
176-
Thumbs.db
177-
ehthumbs.db
178-
179-
# Folder config file
180-
Desktop.ini
181-
182-
# Recycle Bin used on file shares
183-
$RECYCLE.BIN/
184-
185-
# Mac crap
1861
.DS_Store
187-
188-
189-
#############
190-
## Python
191-
#############
192-
193-
*.py[co]
194-
195-
# Packages
196-
*.egg
197-
*.egg-info
198-
dist/
199-
build/
200-
eggs/
201-
parts/
202-
var/
203-
sdist/
204-
develop-eggs/
205-
.installed.cfg
206-
207-
# Installer logs
208-
pip-log.txt
209-
210-
# Unit test / coverage reports
211-
.coverage
212-
.tox
213-
214-
#Translations
215-
*.mo
216-
217-
#Mr Developer
218-
.mr.developer.cfg
2+
node_modules

0 commit comments

Comments
 (0)