Skip to content

Commit bcb4127

Browse files
committed
moving everything into root dir.
1 parent b7e140a commit bcb4127

Some content is hidden

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

87 files changed

+76
-5839
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# editorconfig.org
2-
1+
# Editor configuration, see http://editorconfig.org
32
root = true
43

54
[*]
65
charset = utf-8
7-
indent_size = 4
86
indent_style = space
7+
indent_size = 2
98
insert_final_newline = true
109
trim_trailing_whitespace = true
1110

1211
[*.md]
12+
max_line_length = off
1313
trim_trailing_whitespace = false

.gitignore

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
1-
# Include your project-specific ignores in this file
2-
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
3-
# Useful .gitignore templates: https://github.com/github/gitignore
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
42

5-
.idea/*
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
8+
# dependencies
9+
node_modules/
10+
11+
# IDEs and editors
12+
/.idea
13+
.project
14+
.classpath
15+
.c9/
16+
*.launch
17+
.settings/
18+
*.sublime-workspace
19+
20+
# IDE - VSCode
21+
.vscode/*
22+
!.vscode/settings.json
23+
!.vscode/tasks.json
24+
!.vscode/launch.json
25+
!.vscode/extensions.json
26+
27+
# misc
28+
/.sass-cache
29+
/connect.lock
30+
/coverage
31+
/libpeerconnection.log
32+
npm-debug.log
33+
yarn-error.log
34+
testem.log
35+
/typings
36+
37+
# System Files
638
.DS_Store
39+
Thumbs.db

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: node_js
2+
node_js:
3+
- "9"
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- python tester.py
9+
- npm run build
10+
deploy:
11+
provider: pages
12+
skip-cleanup: true
13+
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
14+
keep-history: true
15+
local_dir: build
16+
on:
17+
branch: master
18+
notifications:
19+
email:
20+
recipients:
21+
- $NADER_EMAIL
22+
- $SAKAI_EMAIL
23+
on_success: never
24+
on_failure: always

404.html

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

CNAME

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

LICENSE.txt

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

README.md

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# i_wanna_b_the_guy's Tier List
22

3+
[![Build Status](https://travis-ci.com/weblue/wanna_b_tierlist.svg?branch=master)](https://travis-ci.com/weblue/wanna_b_tierlist)
4+
35
This README accompanies the i_wanna_b_the_guy's Warframe Tier List.
46

57
## TODO
File renamed without changes.

browserconfig.xml

100644100755
File mode changed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)