Skip to content

Commit

Permalink
[Update] gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jun 12, 2018
1 parent d6a8203 commit 2e759b8
Showing 1 changed file with 114 additions and 56 deletions.
170 changes: 114 additions & 56 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,61 +1,119 @@
# Logs
logs
######################################################################################
# License: MIT - http://opensource.org/licenses/MIT #
# Author: Patryk Rzucidlo (@ptkdev) <support@ptkdev.io> https://ptkdev.it #
# Original: octocat - https://github.com/octocat #
# Latest version: https://github.com/ptkdev/dotfiles #
######################################################################################

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Eclipse #
###########
.classpath
.project
.settings
.idea
.idea/
.metadata
*.iml
*.ipr
proguard/

# Logs and databases #
######################
logs/*.log
logs/screenshot/*.png
logs/screenshot/*.jpg
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
*.sql
*.sqlite
*.lock
*.vscode
yarn-debug.log
yarn-error.log

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
loginpin.txt

# Python #
##########
*.pyc
*.pyo

# KDE/Linux generated files #
#############################
.directory

# Backup generated files #
##########################
*~
*.swp
*.bak
*#

# Android #
###########
*.apk
*.ap_
*.dex
bin/
gen/
.gradle/
build/
local.properties

# Vagrant #
###########
/.vagrant

# PHP #
#######
./config.php
phpunit.xml
/vendor
composer.phar

# Runtime data #
################
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
*.eslintcache

# NodeJS #
##########
npm-debug.log
/node_modules
/bower_components
package-lock.json

# NodePress.js #
################
config.js

0 comments on commit 2e759b8

Please sign in to comment.