forked from GravityKit/GravityView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
93 lines (73 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Help from https://www.gitignore.io
### Mac ###
.DS_Store
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
### SublimeText ###
*.sublime-project
*.sublime-workspace
### Composer ###
composer.lock
### Libraries ###
vendor/.git
vendor/*/.git
vendor/composer/
vendor/bin/
vendor/autoload.php
vendor/phpcompatibility/
vendor/squizlabs/
vendor/dealerdirect/
wpcs/
### Node ###
node_modules/*
package-lock.json
### CodeKit ####
.sass-cache
*.codekit
### Transifex ####
.tx
languages/gravityview-pt.mo
languages/gravityview-pt.po
languages/gravityview-de.mo
languages/gravityview-de.po
### PhpStorm ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
*.iml
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/deployment.xml
.idea/modules.xml
.idea/php.xml
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/encodings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
## Bower
assets/lib/flexibility/*
!assets/lib/flexibility/*.js
!assets/lib/flexibility/*.json
# Unit tests
/tmp
/tests/bin/tmp
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# DoxyGen
docs/config.doxygen
docs/html
# VIM
*.swp