Skip to content

Commit

Permalink
init gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorBrian committed Sep 24, 2018
1 parent 898baf2 commit 2bba936
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
.DS_Store
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
*.xml
1 change: 1 addition & 0 deletions mobile/.gitignore
Expand Up @@ -13,3 +13,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.xml

0 comments on commit 2bba936

Please sign in to comment.