mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-28 10:09:19 +01:00
updating .gitignore file with more popular entries
This commit is contained in:
39
.gitignore
vendored
39
.gitignore
vendored
@@ -1,4 +1,12 @@
|
||||
# iOS / Apple
|
||||
# ===========
|
||||
.DS_Store
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
|
||||
# Node and related ecosystem
|
||||
# ==========================
|
||||
.nodemonignore
|
||||
.sass-cache/
|
||||
npm-debug.log
|
||||
@@ -7,12 +15,41 @@ public/lib
|
||||
app/tests/coverage/
|
||||
.bower-*/
|
||||
.idea/
|
||||
|
||||
# MEAN.js app and assets
|
||||
# ======================
|
||||
config/sslcert/*.pem
|
||||
# MEAN app log file for production
|
||||
access.log
|
||||
|
||||
# Sublime editor
|
||||
# ==============
|
||||
.sublime-project
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Eclipse project files
|
||||
# =====================
|
||||
.project
|
||||
.settings/
|
||||
.*.md.html
|
||||
.metadata
|
||||
*~.nib
|
||||
local.properties
|
||||
|
||||
# IntelliJ
|
||||
# ========
|
||||
*.iml
|
||||
|
||||
# General
|
||||
# =======
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
logs/
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user