Skip to content

Commit c5e3f1d

Browse files
author
AKokarev
committed
Список исключений
Не загружать из локального проекта в репозиторий: - Конфиг - Папку загрузок - Код счетчика - Логи отладки - Настройки среды PhpStorm и утилиту SypexDumper
1 parent 6e91219 commit c5e3f1d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Конфиг
2+
/config.php
3+
4+
# Загрузки, кроме .htaccess
5+
/uploads/*
6+
!/uploads/.htaccess
7+
8+
# Счетчик
9+
/counter.txt
10+
11+
# Лог отладки
12+
/Debug.log
13+
14+
# Среда разработки
15+
/.idea/*
16+
17+
# SypexDumper
18+
/sxd/*

0 commit comments

Comments
 (0)