File: .gitignore

package info (click to toggle)
kopano-webapp 3.5.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: php: 35,647; xml: 2,100; sh: 399; makefile: 362; java: 300; python: 155; ruby: 11
file content (29 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
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
# Vim files
*.swp
# Ignore config.php, debug.php and debug.txt
config.php
debug.php
debug.txt
# Ant deploy directory
deploy/
# files generated by Ant
tools/build/
tools/src/jsconcat/build/
tools/tools.jar
# PHP storm IDE folder
.idea
# sass cache directory
*.sass-cache
# translation files (you can copy them to your dev environment if you want to test)
*.mo
# Eclipse files
.project
.settings
# Test output
test/js/result
test/js/coverage
test/php/htmlcov/
# NPM modules
node_modules
# Stupid macos files
.DS_Store