Skip to content

Commit

Permalink
feat: added first files
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Etcheverry committed Jul 5, 2019
0 parents commit d9ab95b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[Makefile]
indent_style = tab
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.aux
*.log
*.pdf
.DS_Store
build/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UX Questionnaire for UX research
================================

0 comments on commit d9ab95b

Please sign in to comment.