
# Created by https://www.gitignore.io/api/phalcon,bower,grunt,netbeans,zephir,composer,git,notepadpp,microsoftoffice,tortoisegit,windows,yeoman

### Git ###
*.orig


### Phalcon ###
/cache/
app/config/development/


### grunt ###
# Grunt usually compiles files inside this directory
dist/

# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
.tmp/


### NetBeans ###
nbproject/


### Zephir ###
# Cache files, generates by Zephir
.temp/
.libs/

# Object files, generates by linker
*.lo
*.la
*.o
*.loT

# Files generated by configure and Zephir,
# not required for extension compilation.
ext/build/
ext/modules/
ext/Makefile*
ext/config*
ext/acinclude.m4
ext/aclocal.m4
ext/autom4te*
ext/install-sh
ext/ltmain.sh
ext/missing
ext/mkinstalldirs
ext/run-tests.php
ext/.deps
ext/libtool


### Composer ###
composer.phar
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
composer.lock


### Bower ###
bower_components
.bower-cache
.bower-registry
.bower-tmp


### NotepadPP ###
# Notepad++ backups #
*.bak


### MicrosoftOffice ###
*.tmp

# Word temporary
~$*.doc*

# Excel temporary
~$*.xls*

# Excel Backup File
*.xlk

# PowerPoint temporary
~$*.ppt*

# Visio autosave temporary files
*.~vsdx


### TortoiseGit ###
# Project-level settings
/.tgitconfig


### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk


### Yeoman ###
node_modules/
bower_components/
*.log

build/
dist/

### system ###
public/cnab/
downloads/*
temp/*

.env
.env_dev