Skip to content

Commit

Permalink
update .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
osben committed Jan 15, 2019
1 parent 0dd09fb commit 4cc963f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ignore OS generated files
ehthumbs.db
Thumbs.db
*.DS_Store

# ignore log files
*.log

# ignore dependency directories
node_modules/
/vendor

# ignore letsencrypt
.well-known

# compiled smarty
compiled/*
simpla/design/compiled/*
Expand Down Expand Up @@ -31,5 +44,11 @@ simpla/design/compiled/*
/files/uploads/*
!/files/uploads/index.html

# ignore Editor files
*.sublime-project
*.sublime-workspace
*.komodoproject
*.vscode

# IDE Project files
/.idea

0 comments on commit 4cc963f

Please sign in to comment.