Skip to content

Commit

Permalink
Move contents of hlint-setup/ to project root
Browse files Browse the repository at this point in the history
Make sure to also move hidden files!

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
mihaimaruseac committed Sep 17, 2023
1 parent 7c6e455 commit cd55b06
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 35 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
setup/lib/* linguist-generated=true
setup/dist/* linguist-generated=true
dist/** generated linguist-vendored -diff
30 changes: 29 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# IntelliJ
node_modules/

# Editors
.vscode/
.idea/
*.iml

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Yarn Integrity file
.yarn-integrity
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion hlint-setup/.gitattributes

This file was deleted.

31 changes: 0 additions & 31 deletions hlint-setup/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cd55b06

Please sign in to comment.