Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
e9ae1898
Commit
e9ae1898
authored
Oct 20, 2020
by
Robert Czechowski
Browse files
Extend .gitignore, rename tasks/blub to tasks/exampletask, add hidden files in iron-sessionstorage/
parent
6801d0ad
Pipeline
#879
passed with stages
in 23 minutes
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e9ae1898
...
...
@@ -4,4 +4,16 @@ config.json
**/*.rs.bk
*~
*.db
/export
/gitstats
/tasks/*
**/.directory
**/#*#
/.idea
*.pdf
*.json
*.yaml
*.sql
*.sqlite
*.csv
/bulma
iron-sessionstorage/.gitignore
0 → 100644
View file @
e9ae1898
target
Cargo.lock
iron-sessionstorage/.travis.yml
0 → 100644
View file @
e9ae1898
language
:
rust
rust
:
-
stable
-
nightly
script
:
-
cargo build
-
cargo test
-
cargo build --features=redis-backend
-
cargo test --features=redis-backend
cache
:
directories
:
-
$HOME/.cargo
-
target
-
local
tasks/
blub
/index.html
→
tasks/
exampletask
/index.html
View file @
e9ae1898
<h1>
Actual Task
</h1>
t
<h1>
Actual Task
</h1>
<input
id=
"input"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment