Skip to content

Commit

Permalink
Update the .gitignore template to ignore files generated by IntelliJ …
Browse files Browse the repository at this point in the history
…IDEA
  • Loading branch information
octogonz committed Sep 12, 2022
1 parent c7e3c46 commit 61fe5ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
17 changes: 11 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,23 @@ jspm_packages/
# OS X temporary files
.DS_Store

# IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
.idea/
*.iml

# Visual Studio Code
.vscode

# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/

# Heft temporary files
.heft

# Common toolchain intermediate files
temp
lib
Expand All @@ -74,9 +85,3 @@ lib-commonjs
dist
*.scss.ts
*.sass.ts

# Visual Studio Code
.vscode

# Heft
.heft
7 changes: 6 additions & 1 deletion libraries/rush-lib/assets/rush-init/[dot]gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@ jspm_packages/
# OS X temporary files
.DS_Store

# IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
.idea/
*.iml

# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/

# Heft
# Heft temporary files
.heft

0 comments on commit 61fe5ec

Please sign in to comment.