Skip to content

Commit

Permalink
HARMONY-388: Move ignore lines to consistent place (customizations to…
Browse files Browse the repository at this point in the history
…ward bottom)
  • Loading branch information
vinnyinverso committed Jun 2, 2021
1 parent a6e7505 commit 6312fde
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
deps

# Temporary output directories
tmp*
.DS_Store
tmp
config-*.json
config.json

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -113,7 +104,6 @@ venv/
ENV/
env.bak/
venv.bak/
harmony-ntz

# Spyder project settings
.spyderproject
Expand All @@ -133,5 +123,13 @@ dmypy.json
# Pyre type checker
.pyre/

# Temporary output directories
tmp*
.DS_Store
tmp
config-*.json
config.json
deps

# Pycharm IDE
.idea

0 comments on commit 6312fde

Please sign in to comment.