Skip to content

Commit 731ec28

Browse files
committed
Create .gitignore
1 parent 60fca82 commit 731ec28

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Please do not use this ignore file to define platform specific files.
2+
#
3+
# For these purposes create a global .gitignore file, which is a list of rules
4+
# for ignoring files in every Git repository on your computer.
5+
#
6+
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
7+
8+
composer.lock
9+
config.dev.php
10+
cache/
11+
vendor/
12+
.phalcon/

0 commit comments

Comments
 (0)