Blame view

.gitignore 152 Bytes
0c45380b   Goutte   Add the gitignore...
1
2
3
# Local configuration
secret.yml

9a630b01   Goutte   Add the VISITS co...
4
# Local files
a4a9ef03   Goutte   Cache generated C...
5
cache/*
20fdc1a4   Goutte   Set log level fro...
6
web/run.log
a4a9ef03   Goutte   Cache generated C...
7

0c45380b   Goutte   Add the gitignore...
8
9
10
11
12
13
14
15
16
17
18
19
# Dolphin
.directory

# Jetbrains
.idea/*

# Apple
.DS_Store

# Python
*.pyc
venv/*