Skip to content

Commit

Permalink
Git ignoring .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
e-florez committed Oct 24, 2024
1 parent f108bdf commit 20db8d0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
*.out
*.tgz


# xyz
#*.xyz
#*.xyz

# - IDE files/dir
*.vscode/
.vscode/*
*.vscode/*

# bash script to transfor output files to XYZ
*geometry*.sh
Expand All @@ -18,8 +18,6 @@
*org_files/

# local files/directories
.vscode/
*.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down

0 comments on commit 20db8d0

Please sign in to comment.