Commit 0c45380bb81f5c2363e43402faebe7b7bc4f455f

Authored by Goutte
1 parent 55168c8d

Add the gitignore file.

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
... ... @@ -0,0 +1,15 @@
  1 +# Local configuration
  2 +secret.yml
  3 +
  4 +# Dolphin
  5 +.directory
  6 +
  7 +# Jetbrains
  8 +.idea/*
  9 +
  10 +# Apple
  11 +.DS_Store
  12 +
  13 +# Python
  14 +*.pyc
  15 +venv/*
0 16 \ No newline at end of file
... ...