|
Last change
on this file since 09e02d7 was 09e02d7, checked in by Nikola Sarafimov <sarafimov.nikola12345@…>, 4 days ago |
|
Final room reservation system implementation
|
-
Property mode
set to
100644
|
|
File size:
292 bytes
|
| Rev | Line | |
|---|
| [09e02d7] | 1 | # Environment files
|
|---|
| 2 | .env
|
|---|
| 3 | **/.env
|
|---|
| 4 |
|
|---|
| 5 | # IntelliJ
|
|---|
| 6 | .idea/
|
|---|
| 7 | *.iml
|
|---|
| 8 | *.iws
|
|---|
| 9 | *.ipr
|
|---|
| 10 |
|
|---|
| 11 | # Java / Maven
|
|---|
| 12 | **/target/
|
|---|
| 13 | .mvn/timing.properties
|
|---|
| 14 |
|
|---|
| 15 | # React / Node
|
|---|
| 16 | **/node_modules/
|
|---|
| 17 | **/dist/
|
|---|
| 18 | **/.vite/
|
|---|
| 19 | npm-debug.log*
|
|---|
| 20 | yarn-debug.log*
|
|---|
| 21 | yarn-error.log*
|
|---|
| 22 | pnpm-debug.log*
|
|---|
| 23 |
|
|---|
| 24 | # Logs
|
|---|
| 25 | *.log
|
|---|
| 26 | logs/
|
|---|
| 27 |
|
|---|
| 28 | # OS
|
|---|
| 29 | .DS_Store
|
|---|
| 30 | Thumbs.db
|
|---|
| 31 | desktop.ini |
|---|
Note:
See
TracBrowser
for help on using the repository browser.