forked from the-events-calendar/the-events-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (35 loc) · 741 Bytes
/
.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
# Vendor dependencies - ignore all by default...
vendor
# ...but do not ignore the ones below; add to the safe list as the need arises
!vendor/bootstrap-datepicker
!vendor/chosen
!vendor/jquery
!vendor/jquery-placeholder
!vendor/jquery-resize
!vendor/tribe-common-libraries
!vendor/ForceUTF8
!vendor/php-date-formatter
# Tests - local config files
codeception.yml
tests/*.suite.yml
.env*.local
*.tric
*.tric.yml
# Tests - local output files
tests/_output
# General Purpose Ingored Files
.DS_Store
.idea
node_modules
compiler.jar
*.ps1
*.code-workspace
wpml-config.xml
.env.testing
# get from translate.wordpress.org as needed
lang/*.po
lang/*.mo
# Resources Ignoring
src/resources/**/app
src/resources/css
src/resources/js/**/*.min.js