Skip to content

Commit

Permalink
chore(repo): gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Jan 28, 2021
1 parent a3a587c commit 1ea05f3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1,430 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,28 @@ var/

.DS_Store
node_modules

.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*

.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
*.code-workspace

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

.idea/

# Gradle
.idea/**/gradle.xml
.idea/**/libraries
Loading

0 comments on commit 1ea05f3

Please sign in to comment.