Skip to content

Commit

Permalink
Add gitignore to exclude .app
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jun 5, 2019
1 parent 9c95321 commit 516825e
Show file tree
Hide file tree
Showing 8 changed files with 2,204 additions and 3,316 deletions.
Binary file modified .DS_Store
Binary file not shown.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Don't track content of these folders
node_modules/
someOtherfoler/


# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.app

*.so

# 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
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

17 changes: 13 additions & 4 deletions EMG Slideshow.maxproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name" : "EMG Slideshow",
"version" : 1,
"creationdate" : -654541603,
"modificationdate" : -653488982,
"viewrect" : [ 25.0, 70.0, 300.0, 500.0 ],
"creationdate" : 2082823198,
"modificationdate" : 3642523723,
"viewrect" : [ 147.0, 45.0, 300.0, 500.0 ],
"autoorganize" : 1,
"hideprojectwindow" : 0,
"showdependencies" : 1,
Expand All @@ -16,6 +16,14 @@
"toplevel" : 1
}

}
,
"code" : {
"OpenBCI-ganglion-wifi_direct-nodeJS.js" : {
"kind" : "javascript",
"local" : 1
}

}
,
"externals" : {
Expand All @@ -37,5 +45,6 @@
"readonly" : 0,
"devpathtype" : 0,
"devpath" : ".",
"sortmode" : 0
"sortmode" : 0,
"viewmode" : 0
}
8 changes: 8 additions & 0 deletions other/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EMG-Slideshow

# v0.1.0-alpha

## Bug Fixes

## Enhancements
*Initial release
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 516825e

Please sign in to comment.