Skip to content

Commit

Permalink
Update readme & gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 19, 2023
1 parent 0f8b123 commit a376a03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# primeng-examples
PrimeNG Example Projects
19 changes: 1 addition & 18 deletions primeng-i18n/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@
npm-debug.log
yarn-error.log

# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# Miscellaneous
/.angular/cache
.sass-cache/
Expand All @@ -39,4 +22,4 @@ testem.log

# System files
.DS_Store
Thumbs.db
Thumbs.db
19 changes: 1 addition & 18 deletions primeng-quickstart/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@
npm-debug.log
yarn-error.log

# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# Miscellaneous
/.angular/cache
.sass-cache/
Expand All @@ -39,4 +22,4 @@ testem.log

# System files
.DS_Store
Thumbs.db
Thumbs.db

0 comments on commit a376a03

Please sign in to comment.