Skip to content

Commit

Permalink
Closes #14, closes #15; Create dapp to register new owner, vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Mar 11, 2018
1 parent dabdcfd commit 20ce606
Show file tree
Hide file tree
Showing 23 changed files with 51,734 additions and 182 deletions.
90 changes: 84 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,87 @@
sbin
src/notary/build

# Created by https://www.gitignore.io/api/node,macos,visualstudiocode
# Created by https://www.gitignore.io/api/node,linux,macos,intellij,visualstudiocode

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries

# CMake
cmake-build-debug/

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Ruby plugin and RubyMine
/.rakeTasks

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
.idea/sonarlint

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
*.DS_Store
Expand Down Expand Up @@ -97,9 +179,5 @@ typings/
!.vscode/extensions.json
.history

# End of https://www.gitignore.io/api/node,macos,visualstudiocode

src/**/build

package-lock.json

# End of https://www.gitignore.io/api/node,linux,macos,intellij,visualstudiocode

0 comments on commit 20ce606

Please sign in to comment.