Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 18 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,23 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# dependencies
/node_modules
/.pnp
.pnp.js

# Logs and databases #
######################
*.log
*.sql
*.sqlite
# testing
/coverage

# OS generated files #
######################
# production
/build

# misc
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.env.local
.env.development.local
.env.test.local
.env.production.local

# Custom #
######################
*.sass-cache*
node_modules
/.idea
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Binary file removed exercise1-desktop.png
Binary file not shown.
Binary file removed exercise1-mobile.png
Binary file not shown.
Loading