8000 Added gitignore · javaxt-project/javaxt-jetty@8dffba6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dffba6

Browse files
committed
Added gitignore
1 parent bdcb7bf commit 8dffba6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Ignore build artifacts
2+
/dist/
3+
/build/
4+
/target/
5+
6+
7+
# Ignore IDE stuff
8+
/.vscode/
9+
/nbproject/
10+
build.xml
11+
manifest.mf
12+
13+
14+
# Misc
15+
**/!README.TXT

0 commit comments

Comments
 (0)
0