Skip to content

Commit

Permalink
Initialize an empty repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Aug 30, 2016
0 parents commit c7df789
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Python cache
__pycache__/
*.pyc

# PTVS analysis
.ptvs/

# Build results
/bin/
/obj/
/dist/
/MANIFEST

# Result of running python setup.py install/pip install -e
/build/
/msal.egg-info/

# Test results
/TestResults/

# User-specific files
*.suo
*.user
*.sln.docstates
/tests/config.py

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac desktop service store files
.DS_Store

.idea
src/build
*.iml
/doc/_build

# Virtual Environments
/env*

# Visual Studio Files
/.vs/*
/tests/.vs/*

0 comments on commit c7df789

Please sign in to comment.