forked from hmmh/backend-autologin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (36 loc) · 1.8 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# --------------------------------------------------------------------------------------------------------------------------------
# phpstorm stuff
# ________________________________________________________________________________________________________________________________
.buildpath
.project
.settings
.metadata
.idea
# --------------------------------------------------------------------------------------------------------------------------------
# darwin stuff
# ________________________________________________________________________________________________________________________________
**/.DS_Store
# --------------------------------------------------------------------------------------------------------------------------------
# server stuff
# ________________________________________________________________________________________________________________________________
**/.htaccess
**/*.log
# --------------------------------------------------------------------------------------------------------------------------------
# archive stuff
# ________________________________________________________________________________________________________________________________
**/*.gz
**/*.bz2
**/*.tar
**/*.zip
**/*.phar
# --------------------------------------------------------------------------------------------------------------------------------
# composer stuff
# ________________________________________________________________________________________________________________________________
var/
vendor/
composer.lock
.env
# --------------------------------------------------------------------------------------------------------------------------------
# typo3 project stuff
# ________________________________________________________________________________________________________________________________
.Build/