Blame view

.gitignore 117 Bytes
0c45380b   Goutte   Add the gitignore...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Local configuration
secret.yml

# Dolphin
.directory

# Jetbrains
.idea/*

# Apple
.DS_Store

# Python
*.pyc
venv/*