source: .gitignore

Last change on this file was 98cd519, checked in by Acko <lavurovski.a65@…>, 11 hours ago

Shema update + project push

  • Property mode set to 100644
File size: 287 bytes
Line 
1# Java / Maven
2target/
3!.mvn/wrapper/maven-wrapper.jar
4*.class
5
6# IntelliJ
7.idea/
8*.iml
9*.iws
10out/
11
12# Node
13node_modules/
14dist/
15.vite/
16
17# Environment
18.env
19.env.local
20
21# OS
22.DS_Store
23Thumbs.db
24
25# Logs
26*.log
27
28# Credentials and local tooling - never commit
29tunnel_scripta.cmd
30*.ppk
31plink.exe
Note: See TracBrowser for help on using the repository browser.