[go: nahoru, domu]

Skip to content

Commit

Permalink
Tidy up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed May 18, 2017
1 parent 532927a commit 57beef5
Showing 1 changed file with 41 additions and 51 deletions.
92 changes: 41 additions & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,43 @@
# Vim
*.swp
*.sw*
Profile.prof
tmp/
.dev
.denv
.pypyenv
.eggs
*.tgz
.sass-cache
.python-version

MANIFEST

# spaCy
spacy/data/
corpora/
models/
keys/

spacy/syntax/*.cpp
spacy/syntax/*.html
spacy/en/*.cpp
spacy/tokens/*.cpp
spacy/serialize/*.cpp
spacy/en/data/*
spacy/*.cpp
spacy/ner/*.cpp
spacy/orthography/*.cpp
ext/murmurhash.cpp
ext/sparsehash.cpp

/spacy/data/

_build/
.env/
tmp/
# Website
website/www/
website/_deploy.sh
website/package.json
website/announcement.jade
website/.gitignore

# Cython / C extensions
cythonize.json
spacy/*.html
*.cpp
*.so

# Byte-compiled / optimized / DLL files
# Vim / VSCode / editors
*.swp
*.sw*
Profile.prof
.vscode
.sass-cache

# Python
.Python
.python-version
__pycache__/
*.py[cod]

# C extensions
*.so
.env/
.~env/
.venv
venv/
.dev
.denv
.pypyenv

# Distribution / packaging
.Python
env/
bin/
build/
Expand All @@ -59,6 +52,12 @@ var/
*.egg-info/
.installed.cfg
*.egg
.eggs
MANIFEST

# Temporary files
*.~*
tmp/

# Installer logs
pip-log.txt
Expand Down Expand Up @@ -87,25 +86,16 @@ coverage.xml
*.log
*.pot

# Windows local helper files
# Windows
*.bat
Thumbs.db
Desktop.ini

# Mac OS X
*.DS_Store

# Temporary files / Dropbox hack
*.~*

# Komodo project files
*.komodoproject

# Website
website/_deploy.sh
website/package.json
website/announcement.jade
website/www/
website/.gitignore

# Python virtualenv
venv
venv/*
# Other
*.tgz

0 comments on commit 57beef5

Please sign in to comment.