-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Compiled source # | ||
################### | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*.o | ||
*.so | ||
|
||
# Packages # | ||
############ | ||
# It's usually good to ignore these folders since they will be generated by your package manager | ||
node_modules/ | ||
jspm_packages/ | ||
venv/ | ||
env/ | ||
ENV/ | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# IDE and Editor folders # | ||
######################### | ||
.vscode/ | ||
.idea/ | ||
*.swp | ||
*.swo | ||
*.sublime-workspace | ||
|
||
# Dependency directories # | ||
######################### | ||
# Comment out this section if you wish to check in your dependencies | ||
bower_components/ | ||
git add .gitignore | ||
git commit -m "Add .gitignore file" | ||
git push |