Skip to content

Commit 23a5cb2

Browse files
committed
Clean up old files
1 parent 33861ed commit 23a5cb2

24 files changed

+20
-1155
lines changed

.gitignore

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
2-
#
3-
# If you find yourself ignoring temporary files generated by your text editor
4-
# or operating system, you probably want to add a global ignore instead:
5-
# git config --global core.excludesfile ~/.gitignore_global
1+
.bundle
2+
.sass-cache
3+
.cache
64

7-
# Ignore bundler config
8-
/.bundle
9-
10-
# Ignore the build directory
11-
/build
12-
13-
# Ignore cache
14-
/.sass-cache
15-
/.cache
16-
17-
# Built gh-pages
18-
/gh-pages
19-
20-
# Ignore .DS_store file
215
.DS_Store
226

23-
# Ignore Node.js modules
247
node_modules

.jshintrc

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,21 @@
11
{
2-
"bitwise": false,
3-
"boss": true,
4-
"browser": true,
52
"camelcase": true,
6-
"curly": true,
7-
"devel": true,
8-
"eqeqeq": true,
9-
"es3": true,
10-
"expr": true,
11-
"forin": true,
12-
"freeze": true,
13-
"globalstrict": false,
143
"immed": true,
154
"indent": 2,
16-
"jquery": true,
175
"latedef": true,
18-
"laxcomma": true,
19-
"multistr": false,
206
"newcap": true,
21-
"noarg": true,
22-
"noempty": true,
23-
"nonew": true,
24-
"notypeof": false,
25-
"plusplus": false,
267
"quotmark": "single",
27-
"regexp": true,
28-
"strict": true,
29-
"trailing": true,
30-
"undef": true,
31-
"unused": true,
32-
"maxparams": 5,
33-
"maxdepth": 4,
34-
"maxstatements": 20,
35-
"maxcomplexity": 10,
36-
"globals": {"module": true, "require": true, "suite": true, "test": true, "__dirname": true}
8+
9+
"esnext": true,
10+
"globalstrict": true,
11+
12+
"browser": true,
13+
"node": true,
14+
15+
"globals": {
16+
"require": false,
17+
"__dirname": false,
18+
"__DEV__": false,
19+
"__SERVER__": false
20+
}
3721
}

Gruntfile.js

Lines changed: 0 additions & 129 deletions
This file was deleted.

LICENSE.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 Sebastian Müller
3+
Copyright (c) 2014-2016 Sebastian Müller
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
116

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

bower.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

dist/timesheet-white.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/timesheet-white.min.css.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/timesheet.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/timesheet.min.css.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)