Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Sorting out .gitignore
Browse files Browse the repository at this point in the history
- remove access.log (*.log is enough)
- Move local.js config under MEAN.JS
- Rename iOS/Apple => OS (this is a mix of windows/osx stuff anyways)
  • Loading branch information
simison committed Jul 5, 2015
1 parent d5b22e3 commit 75aad2e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# iOS / Apple
# OS
# ===========
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
config/env/local.js

# Node and related ecosystem
# ==========================
Expand All @@ -18,11 +17,10 @@ app/tests/coverage/

# MEAN.js app and assets
# ======================
config/sslcerts/*.pem
access.log
public/dist/
uploads
modules/users/client/img/profile/uploads
config/env/local.js
*.pem

# Sublime editor
Expand Down

0 comments on commit 75aad2e

Please sign in to comment.